< prev index next >

test/compiler/stable/StableConfiguration.java

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

@@ -25,12 +25,10 @@
 
 package compiler.stable;
 
 import sun.hotspot.WhiteBox;
 
-import java.lang.reflect.Method;
-
 public class StableConfiguration {
     static final WhiteBox WB = WhiteBox.getWhiteBox();
     public static final boolean isStableEnabled;
 
     static {
< prev index next >