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 363327e commit d915ac2Copy full SHA for d915ac2
test/hotspot/jtreg/serviceability/sa/TestDebugInfoDecode.java
@@ -43,7 +43,7 @@
43
* jdk.hotspot.agent/sun.jvm.hotspot.code
44
* jdk.hotspot.agent/sun.jvm.hotspot.debugger
45
* jdk.hotspot.agent/sun.jvm.hotspot.runtime
46
- * @run main/othervm/timeout=2400 -Xmx1g -Xcomp TestDebugInfoDecode
+ * @run driver TestDebugInfoDecode
47
*/
48
49
public class TestDebugInfoDecode {
@@ -107,7 +107,7 @@ public static void main (String... args) throws Exception {
107
if (args == null || args.length == 0) {
108
try {
109
theApp = new LingeredApp();
110
- LingeredApp.startApp(theApp);
+ LingeredApp.startApp(theApp, "-Xcomp");
111
createAnotherToAttach(theApp.getPid());
112
} finally {
113
LingeredApp.stopApp(theApp);
0 commit comments