RFR 8216978: Drop support for pre JDK 1.4 SocketImpl implementations

Daniel Fuchs daniel.fuchs at oracle.com
Mon Apr 29 13:10:00 UTC 2019


On 29/04/2019 13:24, Alan Bateman wrote:
>>  433     protected synchronized void bind(InetAddress address, int lport)
[...]
>> which for me justifies that it should be volatile.
> I think you are might be mixing up the lock on the vs. fdLock. From what 
> I can tell, isBound is only accessed by doConnect and bind and they are 
> both synchronized methods
Darn. My mistake. I see it now :-(

-- daniel



More information about the net-dev mailing list