This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: PATCH: Threads and SIGINT
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: PATCH: Threads and SIGINT
- From: Jeff Sturm <jsturm at sigma6 dot com>
- Date: Sun, 26 Dec 1999 11:06:29 -0500 (EST)
- cc: Tom Tromey <tromey at cygnus dot com>, java-patches at sourceware dot cygnus dot com
On Fri, 24 Dec 1999, Bryce McKinlay wrote:
> * java/lang/Thread.java (isInterrupted): Don't clear
> interrupt_flag.
> (isInterrupted_): New function, which does clear interrupt_flag.
> (interrupt): Use `isInterrupted_'.
Bryce, I don't think your patch to java/lang/Thread.java was committed.
I don't see it in your attachment either.
Jeff