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.

Marked as reviewed by cjplummer (Reviewer).

-------------

PR: https://git.openjdk.org/jdk/pull/10224

Reply via email to