From d915ac2abda9ff4cd8c7a628f08d7964bcf3f472 Mon Sep 17 00:00:00 2001 From: Ramkumar Sunderbabu Date: Thu, 17 Oct 2024 14:34:58 +0000 Subject: [PATCH] 8339871: serviceability/sa/TestDebugInfoDecode.java should be driver Reviewed-by: cjplummer, lmesnik --- test/hotspot/jtreg/serviceability/sa/TestDebugInfoDecode.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/hotspot/jtreg/serviceability/sa/TestDebugInfoDecode.java b/test/hotspot/jtreg/serviceability/sa/TestDebugInfoDecode.java index 257f950b12f..946189f1195 100644 --- a/test/hotspot/jtreg/serviceability/sa/TestDebugInfoDecode.java +++ b/test/hotspot/jtreg/serviceability/sa/TestDebugInfoDecode.java @@ -43,7 +43,7 @@ import jdk.test.lib.SA.SATestUtils; * jdk.hotspot.agent/sun.jvm.hotspot.code * jdk.hotspot.agent/sun.jvm.hotspot.debugger * jdk.hotspot.agent/sun.jvm.hotspot.runtime - * @run main/othervm/timeout=2400 -Xmx1g -Xcomp TestDebugInfoDecode + * @run driver TestDebugInfoDecode */ public class TestDebugInfoDecode { @@ -107,7 +107,7 @@ public class TestDebugInfoDecode { if (args == null || args.length == 0) { try { theApp = new LingeredApp(); - LingeredApp.startApp(theApp); + LingeredApp.startApp(theApp, "-Xcomp"); createAnotherToAttach(theApp.getPid()); } finally { LingeredApp.stopApp(theApp);