test/compiler/7177917/Test7177917.java

changeset 9954
1f0cffcf648a
parent 0
f90c822e73f8
     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