JDK-8213295 : TestHeapDumpForInvokeDynamic.java failed due to "IOException: LingeredApp terminated with non-zero exit code 3"
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 12
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: x86_64
  • Submitted: 2018-11-02
  • Updated: 2018-11-02
  • Resolved: 2018-11-02
Related Reports
Duplicate :  
Duplicate :  
Description
The following test failed in the jdk/jdk CI:

serviceability/sa/TestHeapDumpForInvokeDynamic.java

Here is a snippet of the log file:

----------System.out:(8/415)*----------
c:\\ade\\mesos\\work_dir\\jib-master\\install\\jdk12-jdk.761\\windows-x64-debug.jdk\\jdk-12\\fastdebug\\bin\\jhsdb.exe jmap --binaryheap --dumpfile lambdaHeapDump.bin --pid 5952
Attaching to process ID 5952, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 12-internal+0-jdk12-jdk.761
heap written to lambdaHeapDump.bin

Dump file created Thu Nov 01 21:25:15 PDT 2018
----------System.err:(16/1557)*----------
Command line: ['c:\\ade\\mesos\\work_dir\\jib-master\\install\\jdk12-jdk.761\\windows-x64-debug.jdk\\jdk-12\\fastdebug/bin/java' '-XX:+UsePerfData' '-Xmx512m' '-XX:MaxRAMPercentage=8' '-cp' 'T:\\testOutput\\test-support\\jtreg_open_test_hotspot_jtreg_tier1_serviceability\\classes\\0\\serviceability\\sa\\TestHeapDumpForInvokeDynamic.d;T:\\testOutput\\test-support\\jtreg_open_test_hotspot_jtreg_tier1_serviceability\\classes\\0\\test\\lib' 'LingeredAppWithInvokeDynamic' 'ffc49d29-d5f0-4e00-8bb6-d445703fac82.lck' ]
java.io.IOException: LingeredApp terminated with non-zero exit code 3
	at jdk.test.lib.apps.LingeredApp.stopApp(LingeredApp.java:385)
	at jdk.test.lib.apps.LingeredApp.stopApp(LingeredApp.java:445)
	at TestHeapDumpForInvokeDynamic.main(TestHeapDumpForInvokeDynamic.java:133)
	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.MainWrapper$MainThread.run(MainWrapper.java:127)
	at java.base/java.lang.Thread.run(Thread.java:835)

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

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


Starting this out as a P2 since this is a tier1 failure.
Comments
Looks like a dup of JDK-8203364
02-11-2018