This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JDWP] VMVirtualMachine.initialize
- 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: 23 Aug 2006 16:08:29 -0600
- Subject: Re: [RFA/JDWP] VMVirtualMachine.initialize
- References: <44ECB5FC.7050303@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> This patch adds an initialize method to classpath's VMVirtualMachine
Keith> so that we can save off the JVMTI environment for future
Keith> use. [Question: Do I need to add some sort of "LOCAL" comment around
Keith> it?]
You don't need one -- the VM classes are all VM-local by definition.
Keith> After this, I can finally submit a prims.cc patch to implement
Keith> JDWP startup.
Awesome.
Tom