test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File
*** old/test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java	Tue Oct  2 17:25:36 2018
--- new/test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java	Tue Oct  2 17:25:36 2018

*** 29,42 **** --- 29,44 ---- * @library /test/lib / * @build sun.hotspot.WhiteBox * @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 */ package compiler.profiling;

test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File