We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e6820 commit 8440279Copy full SHA for 8440279
test/hotspot/jtreg/serviceability/sa/TestPrintMdo.java
@@ -45,7 +45,7 @@ public static void main (String... args) throws Exception {
45
LingeredApp app = null;
46
try {
47
ClhsdbLauncher test = new ClhsdbLauncher();
48
- app = LingeredApp.startApp("-XX:+ProfileInterpreter");
+ app = LingeredApp.startApp("-XX:+ProfileInterpreter", "-XX:CompileThreshold=100");
49
System.out.println ("Started LingeredApp with pid " + app.getPid());
50
List<String> cmds = List.of("printmdo -a");
51
0 commit comments