< prev index next >

test/compiler/whitebox/CompilerWhiteBoxTest.java

Print this page

        

@@ -68,11 +68,11 @@
     protected static final boolean IS_VERBOSE
             = System.getProperty("verbose") != null;
     /** invocation count to trigger compilation */
     public static final int THRESHOLD;
     /** invocation count to trigger OSR compilation */
-    protected static final long BACKEDGE_THRESHOLD;
+    public static final long BACKEDGE_THRESHOLD;
     /** Value of {@code java.vm.info} (interpreted|mixed|comp mode) */
     protected static final String MODE = System.getProperty("java.vm.info");
 
     static {
         if (TIERED_COMPILATION) {
< prev index next >