How do I keep track when class is loaded and destroyed in jvm? Is there any callback method that is exposed by the jvm?
You can add Java Opts to see which class is loaded via:
java -verbose:class
About destroyed class, I am not sure.