hotspot/test/compiler/intrinsics/mathexact/CompareTest.java
changeset 40059 c2304140ed64
parent 22911 ff49c48c887d
equal deleted inserted replaced
40058:b4441f6cfe79 40059:c2304140ed64
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8026722
    26  * @bug 8026722
    27  * @summary Verify that the compare after addExact is a signed compare
    27  * @summary Verify that the compare after addExact is a signed compare
    28  * @compile CompareTest.java
       
    29  * @run main CompareTest
       
    30  *
    28  *
       
    29  * @run main compiler.intrinsics.mathexact.CompareTest
    31  */
    30  */
       
    31 
       
    32 
       
    33 package compiler.intrinsics.mathexact;
    32 
    34 
    33 public class CompareTest {
    35 public class CompareTest {
    34     public static long store = 0;
    36     public static long store = 0;
    35     public static long addValue = 1231;
    37     public static long addValue = 1231;
    36 
    38