This is the mail archive of the java@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: gcj and awt


>>>>> "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


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