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


> -----Original Message-----
> From: Jeff Sturm [mailto:jsturm@one-point.com]

> In the case of win32 and gcj, the garbage collector will
> probably not work correctly unless it is a DLL, since it hooks into
> DllMain().

It currently does that in the multithreaded configuration, primarily to
intercept thread creation.  That's probably not the right thing to do once
the invocation API is in place.  I've already received a complaint that it's
not robust against threads started before the DLL is linked.  There's no
obvious way to fix it for C/C++ clients, but for Java clients we potentially
have other ways to deal with thread creation.

Hans


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