C
Chris Uppal
Am I missing something ?
I'm writing my first ever JVMTI agent; in the Agent_OnLoad() function in my DLL
I create myself a jvmtiEnv, so I assume I'm expected to release it again in
Agent_OnUnload() (or somewhere similar), but I can't find an API for doing so.
Are these things assumed just to hang around until the Java process exits ?
-- chris
I'm writing my first ever JVMTI agent; in the Agent_OnLoad() function in my DLL
I create myself a jvmtiEnv, so I assume I'm expected to release it again in
Agent_OnUnload() (or somewhere similar), but I can't find an API for doing so.
Are these things assumed just to hang around until the Java process exits ?
-- chris