< prev index next >

test/compiler/stable/TestStableObject.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

@@ -56,10 +56,11 @@
  */
 
 package compiler.stable;
 
 import jdk.internal.vm.annotation.Stable;
+
 import java.lang.reflect.InvocationTargetException;
 
 public class TestStableObject {
     static final boolean isStableEnabled    = StableConfiguration.isStableEnabled;
 
< prev index next >