Keith McGuigan wrote:

Hello,

This is the JDK-side of the fix for instance filters that uses the new GetLocalInstance JVMTI function.

http://cr.openjdk.java.net/~kamg/6436034/webrev.00/

Reviews appreciated, thanks!

--
- Keith
The update to jvmti.h looks good to me.

It's not clear to me that eventFilter.c needs to check the jvmti version. As this is jdk7 then the JDWP agent will be compiled against the updated jvmti.h and so the version check in Agent_OnLoad (debugInit.c) should mean that the agent will refuse to start if someone were to attempt to use with an older VM.

-Alan.

Reply via email to