The JVM Tool Interface(JVMTI) specification says that the JVMTI agents can be started in the VM during live phase but they havent mentioned how it can be done. Has anyone tried this before or got any hints on how to do it?
|
feedback
|
|
You can use method
from ${java.home}/../lib/tools.jar | |||||
feedback
|