This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] _Jv_ThreadGetData?
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 21 Jul 2006 12:06:44 -0600
- Subject: Re: [RFA] _Jv_ThreadGetData?
- References: <44C0E9BF.5090003@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> This patch would add a little helper function to java.lang.Thread to
Keith> allow external access to the _Jv_Thread_t contained in the Thread's
Keith> native data. This is needed to implement JVMTI and JDWP thread
Keith> suspension.
I think this approach is fine. If it turns out to be troublesome we
can always change it later.
Please commit.
Tom