RFR: 8278326: Socket close is not thread safe and other cleanup

Alan Bateman alanb at openjdk.org
Tue Jan 10 14:52:56 UTC 2023


On Tue, 10 Jan 2023 14:45:28 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> With the removal of `synchronized` from the `Socket` APIs, would this require a CSR?

"synchronized" isn't part of the signature and there isn't any behavior change there. The only change in behavior is in the silly (and unspecified) area of calling implAccept with a connected or closed socket.

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

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


More information about the net-dev mailing list