hotspot/test/compiler/intrinsics/mathexact/NegExactILoadTest.java
changeset 40059 c2304140ed64
parent 36851 03e2f4d0a421
child 40631 ed82623d7831
equal deleted inserted replaced
40058:b4441f6cfe79 40059:c2304140ed64
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8026844
    26  * @bug 8026844
    27  * @summary Test negExact
    27  * @summary Test negExact
    28  * @library /testlibrary
    28  * @library /testlibrary /
    29  * @modules java.base/jdk.internal.misc
    29  * @modules java.base/jdk.internal.misc
    30  *          java.management
    30  *          java.management
    31  * @compile NegExactILoadTest.java Verify.java
       
    32  * @run main NegExactILoadTest
       
    33  *
    31  *
       
    32  * @run main compiler.intrinsics.mathexact.NegExactILoadTest
    34  */
    33  */
       
    34 
       
    35 package compiler.intrinsics.mathexact;
    35 
    36 
    36 public class NegExactILoadTest {
    37 public class NegExactILoadTest {
    37     public static void main(String[] args) {
    38     public static void main(String[] args) {
    38       Verify.LoadTest.init();
    39       Verify.LoadTest.init();
    39       Verify.LoadTest.verify(new Verify.UnaryToBinary(new Verify.NegExactI()));
    40       Verify.LoadTest.verify(new Verify.UnaryToBinary(new Verify.NegExactI()));