This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] VMVirtualMachine.getAllClassMethods
- 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: 24 Jan 2007 13:21:47 -0700
- Subject: Re: [RFA] VMVirtualMachine.getAllClassMethods
- References: <45B7C0AF.2010005@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> The attached patch implements the JDWP VMVirtualMachine method
Keith> getAllClassMethods. It's pretty simple: it just calls the JVMTI method
Keith> GetClassMethods and massages the result a little.
Keith> Ok?
Ok. Thanks.
Tom