This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA\JVMTI] Implement GetAllThreads
- From: Tom Tromey <tromey at redhat dot com>
- To: Kyle Galloway <kgallowa at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 15 Jan 2007 16:28:00 -0700
- Subject: Re: [RFA\JVMTI] Implement GetAllThreads
- References: <45AB9815.8070006@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:
Kyle> I have made a change here to avoid the security manager check by
Kyle> accessing the root thread group directly. I have also created a jar
Kyle> and header file for the test as requested.
Looks good, please check in.
Thanks.
Tom