RFR: 8272317: jstatd has dependency on Security Manager which needs to be removed [v2]
Kevin Walls
kevinw at openjdk.java.net
Thu Jan 20 09:08:49 UTC 2022
On Wed, 19 Jan 2022 19:56:53 GMT, Mandy Chung <mchung at openjdk.org> wrote:
> Are all the proxy interfaces public?
sun.jvmstat.monitor.remote.RemoteVm is "public interface RemoteVm extends Remote" and methods in there only return basic types.
This is in the jdk.jstatd module, where I see the module info contains "exports sun.jvmstat.monitor.remote to java.rmi;"
The only other names permitted are proxy/reflect/rmi related.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6919
More information about the serviceability-dev
mailing list