mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-09 01:48:34 +00:00
8339871: serviceability/sa/TestDebugInfoDecode.java should be driver
Reviewed-by: cjplummer, lmesnik
This commit is contained in:
parent
363327e686
commit
d915ac2abd
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user