Skip to content

Commit

Permalink
Backport edb2be10fb897834ed78ab4493d3a4f73dc2e140
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Jan 3, 2024
1 parent dc899e2 commit 795362c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static String phaseTrace(String stressOption, String traceOption,
int stressSeed) throws Exception {
String className = TestStressIGVNAndCCP.class.getName();
String[] procArgs = {
"-Xcomp", "-XX:-TieredCompilation", "-XX:-Inline",
"-Xcomp", "-XX:-TieredCompilation", "-XX:-Inline", "-XX:+CICountNative",
"-XX:CompileOnly=" + className + "::sum", "-XX:+" + traceOption,
"-XX:+" + stressOption, "-XX:StressSeed=" + stressSeed,
className, "10"};
Expand Down

0 comments on commit 795362c

Please sign in to comment.