How to communicate with jvmti agent attached on a running JVM

后端 未结 2 594
执笔经年
执笔经年 2021-01-26 10:10

I wanted to know how would I communicate with the jvmti agent I attached on a running JVM using attach API. When I say communicate ,here\'s what I meant : I want to call native

2条回答
  •  没有蜡笔的小新
    2021-01-26 10:45

    How would I communicate with the jvmti agent I attached on a running JVM using attach API.

    If I understand what you are doing here correctly, it is entirely up to you how your external application communicates with the agent, but it is also up to you to implement it ... starting with designing or choosing the wire-protocol you are going to use.

提交回复
热议问题