Test serviceability/sa/ClhsdbJstack.java with following error.
LingeredApp failed to start: java.io.IOException: App waiting timeout
java.lang.RuntimeException: Test ERROR (with -Xcomp=true) java.lang.RuntimeException: Process is still alive. Can't get its output.
at ClhsdbJstack.testJstack(ClhsdbJstack.java:67)
at ClhsdbJstack.main(ClhsdbJstack.java:76)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: java.lang.RuntimeException: Process is still alive. Can't get its output.
at jdk.test.lib.apps.LingeredApp.getOutput(LingeredApp.java:146)
at jdk.test.lib.apps.LingeredApp.finishApp(LingeredApp.java:359)
at jdk.test.lib.apps.LingeredApp.startApp(LingeredApp.java:406)
at ClhsdbJstack.testJstack(ClhsdbJstack.java:45)
... 7 more
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test ERROR (with -Xcomp=true) java.lang.RuntimeException: Process is still alive. Can't get its output.
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test ERROR (with -Xcomp=true) java.lang.RuntimeException: Process is still alive. Can't get its output.