This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JDWP] Update gnu/classpath/jdwp to Classpath 0.91
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Tue, 1 Aug 2006 16:07:43 -0600
- Subject: Re: [RFA/JDWP] Update gnu/classpath/jdwp to Classpath 0.91
- References: <44CF6E35.6020406@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> I think this results from a lot of the VM functions introducing native
Keith> methods. So I've just made a bunch of blank methods in a bunch of new
Keith> natVM*.cc files. I'll submit separate patches to fill in these methods
Keith> as I can. [I can fill in most of natVMMethod.cc and a good chunk of
Keith> natVMVirtualMachine.cc.]
Keith> Ok?
Yes, thanks for keeping on top of this.
Tom