< prev index next >

test/compiler/stable/TestStableChar.java

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

@@ -55,13 +55,14 @@
  *                                 compiler.stable.TestStableChar
  */
 
 package compiler.stable;
 
-import java.lang.reflect.InvocationTargetException;
 import jdk.internal.vm.annotation.Stable;
 
+import java.lang.reflect.InvocationTargetException;
+
 public class TestStableChar {
     static final boolean isStableEnabled    = StableConfiguration.isStableEnabled;
 
     public static void main(String[] args) throws Exception {
         run(DefaultValue.class);
< prev index next >