RFR: 8275259: Add support for Java level DCmd
Denghui Dong
ddong at openjdk.java.net
Thu Oct 14 06:32:50 UTC 2021
On Thu, 14 Oct 2021 06:17:13 GMT, David Holmes <dholmes 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
Thanks.
I consider putting the API into `javax.management.dcmd`. What do you think?
-------------
PR: https://git.openjdk.java.net/jdk/pull/5938
More information about the hotspot-runtime-dev
mailing list