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. Looks good! ------------- Marked as reviewed by kevinw (Committer). PR: https://git.openjdk.org/jdk/pull/10224