RFR: 8324673: javacserver failed during build: RejectedExecutionException

Erik Joelsson erikj at openjdk.org
Mon Apr 8 16:28:10 UTC 2024


On Mon, 8 Apr 2024 14:27:28 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:

> It won't be a problem. The client side does not set timeout on socket read/write operations, so there's no risk of the operation timing out. Also, the OS usually buffers reads and writes, so the client write call probably won't block even if the server doesn't read. Other than that, we're using TCP sockets for communication, so no data will ever be lost.
> 
> Tried running make with JOBS=512, no problems observed. I might try that on mach5 too, just in case.

Thanks for confirming. Then this looks good to me!

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

PR Comment: https://git.openjdk.org/jdk/pull/18672#issuecomment-2043177438


More information about the compiler-dev mailing list