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]
Other format: [Raw text]

Re: CNI threads and garbage collection on FC4


Andi Vajda wrote:

You cannot create a thread and pass it to java after the fact. The gc subsystem doesn't support that, yet. Hans Boehm, its author, intends to support this eventually....


Yes, this is a pretty serious problem for implementing thread attaching, unfortunately. We should mention it the CNI documentation. There is a bug for this here:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13212

Bryce


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