hotspot/test/compiler/intrinsics/mathexact/SubExactIConstantTest.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 constant subtractExact
    27  * @summary Test constant subtractExact
    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 SubExactIConstantTest.java Verify.java
       
    32  * @run main SubExactIConstantTest
       
    33  *
    31  *
       
    32  * @run main compiler.intrinsics.mathexact.SubExactIConstantTest
    34  */
    33  */
       
    34 
       
    35 package compiler.intrinsics.mathexact;
    35 
    36 
    36 public class SubExactIConstantTest {
    37 public class SubExactIConstantTest {
    37   public static void main(String[] args) {
    38   public static void main(String[] args) {
    38       Verify.ConstantTest.verify(new Verify.SubExactI());
    39       Verify.ConstantTest.verify(new Verify.SubExactI());
    39   }
    40   }