hotspot/test/compiler/stable/TestStableDouble.java
changeset 35099 982950884444
parent 33730 30e064828045
child 36604 e9c073b0c19e
child 36508 5f9eee6b383b
equal deleted inserted replaced
35098:26afdbd640fc 35099:982950884444
    80  *                   java.lang.invoke.TestStableDouble
    80  *                   java.lang.invoke.TestStableDouble
    81  *
    81  *
    82  */
    82  */
    83 package java.lang.invoke;
    83 package java.lang.invoke;
    84 
    84 
       
    85 import jdk.internal.vm.annotation.Stable;
       
    86 
    85 import java.lang.reflect.InvocationTargetException;
    87 import java.lang.reflect.InvocationTargetException;
    86 
    88 
    87 public class TestStableDouble {
    89 public class TestStableDouble {
    88     static final boolean isStableEnabled    = StableConfiguration.isStableEnabled;
    90     static final boolean isStableEnabled    = StableConfiguration.isStableEnabled;
    89     static final boolean isServerWithStable = StableConfiguration.isServerWithStable;
    91     static final boolean isServerWithStable = StableConfiguration.isServerWithStable;