GC failure w/ THREAD_LOCAL_ALLOC ?
Jeff Sturm
jsturm@one-point.com
Fri Mar 22 21:22:00 GMT 2002
On 2002年3月22日, 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
More information about the Java
mailing list