This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Thread.setDaemon() patch
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: java-patches at gcc dot gnu dot org
- Date: 07 Oct 2002 13:55:11 -0600
- Subject: Re: Thread.setDaemon() patch
- References: <1033855732.3485.17.camel@elsschot>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> 2002-10-06 Mark Wielaard <mark@klomp.org>
Mark> * java/lang/Thread.java (setDaemon): Check startable_flag,
Mark> not isAlive().
Mark> OK to commit?
Yes, thanks.
Tom