RFR: 8275259: Add support for Java level DCmd

Denghui Dong ddong at openjdk.java.net
Thu Oct 14 07:14:51 UTC 2021


On Thu, 14 Oct 2021 06:43:20 GMT, David Holmes <david.holmes at oracle.com> wrote:

> I'm not sure exactly where this API would need to go. IIUC jcmd doesn't
exist at the Java level it is just a tool, so introducing an API to
interact with it seems problematic to me. 

IMO, `jcmd` is a client of `dcmd`, the user also can use JMX to execute `dcmd`, this means there already are Java APIs interact with `dcmd`.

Denghui

-------------

PR: https://git.openjdk.java.net/jdk/pull/5938


More information about the hotspot-runtime-dev mailing list