8180514: TestPrintMdo.java test fails with -XX:-TieredCompilation

Reviewed-by: cjplummer, sspitsyn
This commit is contained in:
Leonid Mesnik 2020-10-01 14:59:51 +00:00
parent 44e6820c37
commit 84402796b2

View File

@ -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<String> cmds = List.of("printmdo -a");