This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Unblocking blocked I/O
>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
>> This is why the code used to check for the interrupt
>> unconditionally. I think this part of the change should be
>> reverted.
Bryce> Of course, the semantics of interrupt are not well defined so
Bryce> either behaviour is probibly within spec, but in this case I
Bryce> thought that matching the the JDK was the right thing to do.
Sounds good to me. Thanks.
Tom