JDK-8072432 : JMapHeapConfigTest.java got java.io.IOException: Lock is too old
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 9
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-02-03
  • Updated: 2015-02-04
  • Resolved: 2015-02-04
Related Reports
Duplicate :  
Relates :  
Description
Rules in JDK-8071910 matches this failure but it seems to be a different issue.

LingeredApp ERROR: java.io.IOException: Lock is too old. Aborting
java.lang.RuntimeException: Test ERROR java.io.IOException: LingeredApp terminated with non-zero exit code 3
	at TmtoolTestScenario.launch(TmtoolTestScenario.java:124)
	at JMapHeapConfigTest.main(JMapHeapConfigTest.java:119)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: LingeredApp terminated with non-zero exit code 3
	at LingeredApp.stopApp(LingeredApp.java:361)
	at TmtoolTestScenario.launch(TmtoolTestScenario.java:121)
	... 7 more

JavaTest Message: Test threw exception: java.lang.RuntimeException: Test ERROR java.io.IOException: LingeredApp terminated with non-zero exit code 3
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test ERROR java.io.IOException: LingeredApp terminated with non-zero exit code 3

Comments
There seems to be a similar problem in JDK-8072395.
03-02-2015