--- old/test/compiler/whitebox/CompilerWhiteBoxTest.java 2016-02-02 18:13:22.000000000 +0300 +++ new/test/compiler/whitebox/CompilerWhiteBoxTest.java 2016-02-02 18:13:22.000000000 +0300 @@ -70,7 +70,7 @@ /** 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");