On Wed, 19 Jan 2022 19:56:53 GMT, Mandy Chung <mch...@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

Reply via email to