< prev index next >

test/compiler/stable/TestStableInt.java

Print this page

        

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