在实时阶段启动虚拟机中的 JVM 工具接口代理
JVM 工具接口 (JVMTI) 规范说 JVMTI 代理可以在实时阶段在虚拟机中启动,但他们没有提到如何做到这一点。有没有人尝试过这个或得到任何关于如何做到这一点的提示?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
${java.home}/../lib/tools.jar 中的方法
You can use method
from ${java.home}/../lib/tools.jar