This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Implement VMVM.getSourceFile
- 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: 03 Mar 2007 09:24:19 -0700
- Subject: Re: [RFA] Implement VMVM.getSourceFile
- References: <45D73616.1090609@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> The following patch implements the JDWP function
Keith> VMVirtualMachine.getSourceFile. It's pretty straightforward: I've
Keith> simply added an accessor method to _Jv_InterpClass to get at the
Keith> necessary data.
Keith> Ok?
Ok, thanks.
Tom