--- old/test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java 2018-10-02 17:25:36.000000000 -0700 +++ new/test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java 2018-10-02 17:25:36.000000000 -0700 @@ -31,10 +31,12 @@ * @run driver ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:-BackgroundCompilation -XX:-UseOnStackReplacement + * -XX:CompileThreshold=10000 * -server -XX:-TieredCompilation -XX:TypeProfileLevel=020 * compiler.profiling.TestTypeProfiling * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:-BackgroundCompilation -XX:-UseOnStackReplacement + * -XX:CompileThreshold=10000 * -server -XX:-TieredCompilation -XX:TypeProfileLevel=200 * compiler.profiling.TestTypeProfiling */