Skip to content

Commit 8440279

Browse files
committed
8180514: TestPrintMdo.java test fails with -XX:-TieredCompilation
Reviewed-by: cjplummer, sspitsyn
1 parent 44e6820 commit 8440279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/serviceability/sa/TestPrintMdo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static void main (String... args) throws Exception {
4545
LingeredApp app = null;
4646
try {
4747
ClhsdbLauncher test = new ClhsdbLauncher();
48-
app = LingeredApp.startApp("-XX:+ProfileInterpreter");
48+
app = LingeredApp.startApp("-XX:+ProfileInterpreter", "-XX:CompileThreshold=100");
4949
System.out.println ("Started LingeredApp with pid " + app.getPid());
5050
List<String> cmds = List.of("printmdo -a");
5151

0 commit comments

Comments
 (0)