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: GC failure w/ THREAD_LOCAL_ALLOC ?


On Fri, 22 Mar 2002, Jeff Sturm wrote:
> Notice the thread is created before blocking on accept().  After accept()
> returns we start() the thread and create another... isn't it true that
> this thread is momentarily invisible to the collector?  Since a return
> from t.start() doesn't guarantee that t is running?

ugh... I forgot about the pthread_create() wrapper.  So never mind the
above.  Nevertheless, that makes the results even more puzzling.  I'll
keep investigating.

Jeff


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