This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: JvAttachCurrentThread doesn't seem to call GC_new_thread
- From: Tom Tromey <tromey at redhat dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: java at gcc dot gnu dot org, hans_boehm at hp dot com
- Date: 27 Jan 2004 10:54:46 -0700
- Subject: Re: JvAttachCurrentThread doesn't seem to call GC_new_thread
- References: <40158528.4070603@bothner.com>
- Reply-to: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> So I looked at the code trying to understand what should happen. It
Per> looks to me that JvAttachCurrentThread needs to call GC_new_thread to
Per> register itself.
BTW, could you file this problem in bugzilla? I've been trying to be
more methodical about tracking all these random little things we
discover. Thanks.
Tom