Skip to content

Commit d915ac2

Browse files
Ramkumar Sunderbabulmesnik
authored andcommitted
8339871: serviceability/sa/TestDebugInfoDecode.java should be driver
Reviewed-by: cjplummer, lmesnik
1 parent 363327e commit d915ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* jdk.hotspot.agent/sun.jvm.hotspot.code
4444
* jdk.hotspot.agent/sun.jvm.hotspot.debugger
4545
* jdk.hotspot.agent/sun.jvm.hotspot.runtime
46-
* @run main/othervm/timeout=2400 -Xmx1g -Xcomp TestDebugInfoDecode
46+
* @run driver TestDebugInfoDecode
4747
*/
4848

4949
public class TestDebugInfoDecode {
@@ -107,7 +107,7 @@ public static void main (String... args) throws Exception {
107107
if (args == null || args.length == 0) {
108108
try {
109109
theApp = new LingeredApp();
110-
LingeredApp.startApp(theApp);
110+
LingeredApp.startApp(theApp, "-Xcomp");
111111
createAnotherToAttach(theApp.getPid());
112112
} finally {
113113
LingeredApp.stopApp(theApp);

0 commit comments

Comments
 (0)