This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Add JDWP VM_INIT JVMTI callback
- 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: 16 Jan 2007 10:28:54 -0700
- Subject: Re: [RFA] Add JDWP VM_INIT JVMTI callback
- References: <45AC7341.40004@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> This patch adds a JVMTI VM_INIT callback to be used by the JDWP
Keith> code. Currently this function simply sends the JDWP VM_INIT event
Keith> notification, but later it will do install additional JVMTI callbacks
Keith> for all the various JDWP event notifications.
Keith> Comments/questions/concerns?
Ok, thanks.
Tom