This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] JDWP->JVMTI event notifications in prims.cc
- 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:27:46 -0700
- Subject: Re: [RFA] JDWP->JVMTI event notifications in prims.cc
- References: <45B7CA50.3060108@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> The attached patch switches the JDWP event notifications for VM_INIT
Keith> and VM_DEATH in _Jv_RunMain for the equivalent JVMTI notifications.
Keith> Ok?
Yes, thanks.
Tom