8006205: [TESTBUG] NEED_TEST: please JTREGIFY test/compiler/7177917/Test7177917.java

Thu, 02 Jul 2020 18:09:56 +0000

author
phh
date
Thu, 02 Jul 2020 18:09:56 +0000
changeset 9954
1f0cffcf648a
parent 9953
8a8f679915aa
child 9955
02b4fd2f9041

8006205: [TESTBUG] NEED_TEST: please JTREGIFY test/compiler/7177917/Test7177917.java
Summary: Update header comment to run with jtreg
Reviewed-by: phh, sgehwolf
Contributed-by: tianshi@amazon.com

test/compiler/7177917/Test7177917.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/compiler/7177917/Test7177917.java	Mon Oct 10 17:04:42 2016 +0200
     1.2 +++ b/test/compiler/7177917/Test7177917.java	Thu Jul 02 18:09:56 2020 +0000
     1.3 @@ -22,8 +22,12 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -/*
     1.8 - * Micro-benchmark for Math.pow() and Math.exp()
     1.9 +/**
    1.10 + * @test
    1.11 + * @bug 7177917
    1.12 + * @summary Micro-benchmark for Math.pow() and Math.exp()
    1.13 + *
    1.14 + * @run main Test7177917
    1.15   */
    1.16  
    1.17  import java.util.*;

mercurial