On Thu, 8 Sep 2022 23:20:19 GMT, Bill Huang <d...@openjdk.org> wrote:
> This task provides a fix for java.io.EOFException on RmiSslNoKeyStoreTest and > RmiBootstrapTest. > > The EOFException is only seen when tests are run in concurrent mode. It could > be caused by a bug in prepareTestFiles() which creates a race condition that > RmiBootstrapTest/RmiSslNoKeyStoreTest changes the file permissions while the > other one reading the same files. > > In addition, tests are failing intermittently for SocketException with > agentvm mode. This pull request has now been integrated. Changeset: 91c9091d Author: Bill Huang <bill.w.hu...@oracle.com> Committer: Kevin Walls <kev...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/91c9091d7e64ba0bdb257521bd15ff183c6839fa Stats: 6 lines in 4 files changed: 0 ins; 2 del; 4 mod 8293343: sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.java failed with "Agent communication error: java.io.EOFException" 8293335: sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1failed with "Agent communication error: java.io.EOFException" Reviewed-by: kevinw, cjplummer ------------- PR: https://git.openjdk.org/jdk/pull/10224