JDK 17 | JDK 20 |
---|---|
17.0.10Fixed | 20 b15Fixed |
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8293517 :
|
|
JDK-8293548 :
|
The following test failed in the JDK20 CI: sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 Here's a snippet from the log file: #section:main ----------messages:(6/360)---------- command: main RmiBootstrapTest .*_ssltest.*.in reason: User specified action: run main/timeout=300 RmiBootstrapTest .*_ssltest.*.in Mode: agentvm Agent id: 16 Additional exports to unnamed modules from @modules: java.management/sun.management jdk.management.agent/jdk.internal.agent jdk.management.agent/sun.management.jmxremote elapsed time (seconds): 3.235 ----------configuration:(19/2293)---------- <snip> result: Error. Agent communication error: java.io.EOFException; check console log for any additional details There's no indication of an error except for the above " Agent communication error: java.io.EOFException". No hs_err_pid file, no indication of a problem with the test execution, no core file. This same failure happened on two different linux-x64-debug test machines in jdk-20+14-898-tier3.
|