JVM_OnUnload - like method?
Is there a such method in JVMTI or JVMDI? I need to clean up some resources which are initialized in JVM_OnLoad method? e.g., I instantiate an object of a class, and I want to release the object when the jvm is unloaded.
I have digged for some time, but cannot figure it out?
Does anyone know the answer?

