I\'m using the attach API to load a JVMTI agent at runtime. I\'d like to unload the JVMTI agent when my program is done without terminating the JVM the agent is loaded in. A
JVMTI spec says unloading (without JVM termination) is possible, but platform-dependent and out of specification's scope.