This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: fix for PR libgcj/1351


Tom Tromey wrote:

> I'm checking this in.  I don't think it is important enough to go on
> the branch, given that Thread.interrupt() doesn't currently work
> anyway.

I should point out Thread.interrupt() _does_ work - it just doesn't interrupt blocked I/O, which
isn't supported on many other common VM implementations either. It does provide the sleep/wait
interrupt functionality, which is portable across other VM platforms.

regards

  [ bryce ]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]