On 27 Oct 2017, at 16:30, Matthew Wringe wrote:
I think the com.sun.* classes will work with OpenJDK (at least the
JMX
exporter works fine when using OpenJDK)
As to whether it will work with other JVMs is another
It is not only about other JDK vendors, but also about
the Jigsaw module system, where those internal classes
may not be visible by default anymore.
In Java9 one can still add a flag "--behave-like-java8",
but that may go away in the future.