JDK-8275571 : Test serviceability/sa/ClhsdbCDSJstackPrintAll.java fails: 'LingeredApp.steadyState' missing from stdout/stderr
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 18
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: x86_64
  • Submitted: 2021-10-20
  • Updated: 2021-10-21
  • Resolved: 2021-10-21
Related Reports
Duplicate :  
Description
This seems to be a new failure mode for this test.

java.lang.RuntimeException: Test ERROR java.lang.RuntimeException: 'LingeredApp.steadyState' missing from stdout/stderr 

	at ClhsdbCDSJstackPrintAll.main(ClhsdbCDSJstackPrintAll.java:117)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:51)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
	at java.base/java.lang.Thread.run(Thread.java:833)
Comments
This is a dup of JDK-8269881, but is the first time seen with this test.
21-10-2021