----------System.err:(16/904)----------
[debugd] WARNING: debugd is deprecated and will be removed in a future release.
[debugd] Attaching to process ID 397112 and starting RMI services, please wait...
Failed to start a process (thread dump follows)
java.util.concurrent.TimeoutException
at jdk.test.lib.process.ProcessTools.startProcess(ProcessTools.java:321)
at SADebugDTest.testWithPid(SADebugDTest.java:127)
at SADebugDTest.runTests(SADebugDTest.java:68)
at SADebugDTest.main(SADebugDTest.java:60)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:573)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
at java.base/java.lang.Thread.run(Thread.java:1576)
[debugd] WARNING: debugd is deprecated and will be removed in a future release.
[debugd] Attaching to process ID 397112 and starting RMI services, please wait...
Failed to start a process (thread dump follows)
java.util.concurrent.TimeoutException
at jdk.test.lib.process.ProcessTools.startProcess(ProcessTools.java:321)
at SADebugDTest.testWithPid(SADebugDTest.java:127)
at SADebugDTest.runTests(SADebugDTest.java:68)
at SADebugDTest.main(SADebugDTest.java:60)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:573)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
at java.base/java.lang.Thread.run(Thread.java:1576)
- relates to
-
JDK-8272801 hotspot/test/serviceability/sa/sadebugd/SADebugDTest.java failed with time out
- Closed