This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj and awt
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Subject: Re: gcj and awt
- From: Tom Tromey <tromey at redhat dot com>
- Date: 19 Apr 2001 19:26:13 -0600
- Cc: "'Jeff Sturm'" <jsturm at one-point dot com>, John Peterson <pete at knorrinteractive dot com>, java at gcc dot gnu dot org
- References: <140D21516EC2D3119EE7009027876644049B5D78@hplex1.hpl.hp.com>
- Reply-To: tromey at redhat dot com
>>>>> "Hans" == Boehm, Hans <hans_boehm@hp.com> writes:
Hans> I've already received a complaint that it's not robust against
Hans> threads started before the DLL is linked. There's no obvious
Hans> way to fix it for C/C++ clients, but for Java clients we
Hans> potentially have other ways to deal with thread creation.
That's true for any thread Java creates. But I think we'll still have
problems with threads the user creates and then attaches via JNI.
Some of the thread stuff in JNI is ugly.
Tom