diff --git a/test/hotspot/jtreg/serviceability/sa/TestPrintMdo.java b/test/hotspot/jtreg/serviceability/sa/TestPrintMdo.java index 1e022ee3ec2..11f162dd449 100644 --- a/test/hotspot/jtreg/serviceability/sa/TestPrintMdo.java +++ b/test/hotspot/jtreg/serviceability/sa/TestPrintMdo.java @@ -45,7 +45,7 @@ public class TestPrintMdo { LingeredApp app = null; try { ClhsdbLauncher test = new ClhsdbLauncher(); - app = LingeredApp.startApp("-XX:+ProfileInterpreter"); + app = LingeredApp.startApp("-XX:+ProfileInterpreter", "-XX:CompileThreshold=100"); System.out.println ("Started LingeredApp with pid " + app.getPid()); List cmds = List.of("printmdo -a");