test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java
changeset 52005 4236fa9582bb
parent 51073 34696f3aa22b
child 52590 c6b63df2765f
--- a/test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java	Wed Oct 03 12:34:22 2018 -0500
+++ b/test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java	Wed Oct 03 10:38:30 2018 -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
   */