< prev index next >

test/compiler/stable/StableConfiguration.java

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

*** 25,36 **** 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 { --- 25,34 ----
< prev index next >