RFR: 8275259: Add support for Java level DCmd

David Holmes dholmes at openjdk.java.net
Thu Oct 14 06:19:48 UTC 2021


On Thu, 14 Oct 2021 05:42:09 GMT, Denghui Dong <ddong at openjdk.org> wrote:

> In the current implementation, I provided some simple APIs in the Java layer (under sun.management.cmd)

An API that is expected to be used by application code can't go in the unsupported/internal-use-only sun.management namespace. This would have to be a new external facing supported API.

Cheers,
David

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

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


More information about the hotspot-runtime-dev mailing list