JDK-8214282 : runtime/ErrorHandling/TimeoutInErrorHandlingTest.java failed intermittently with hs-err file incomplete (first missing pattern: 1)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 12
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris
  • CPU: sparc
  • Submitted: 2018-11-26
  • Updated: 2019-09-30
  • Resolved: 2018-11-27
Related Reports
Duplicate :  
Relates :  
Description
Platform: solaris-sparcv9
The test failed with following error:
java.lang.RuntimeException: hs-err file incomplete (first missing pattern: 1)
	at TimeoutInErrorHandlingTest.main(TimeoutInErrorHandlingTest.java:127)
	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:567)
	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:246)
	at java.base/java.lang.Thread.run(Thread.java:835)

JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test

result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: hs-err file incomplete (first missing pattern: 1)

Comments
This is a duplicate of JDK-8188872 which was closed as "will not fix" because it was only seen on Solaris-X64. This bug should be closed as a duplicate of JDK-8188872, JDK-8188872 should be reopened, and the Mach5 info copied to JDK-8188872. Update: [~dzhou] - I have reopened JDK-8188872 and added the sighting information for this bug's failure to it. If you concur that this is a duplicate, please close this bug as a duplicate of JDK-8188872.
26-11-2018