< prev index next >

test/compiler/stable/TestStableShort.java

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

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