> On Jan 14, 2016, at 1:51 AM, Dmitry Samersoff <dmitry.samers...@oracle.com> > wrote: > > David, > >> Is this because the management API's are actually split across >> the base module (java.lang.management) and the jdk.management module? >> If so that seem messy. If not then I'm not understanding the issue. > > Yes. Exactly.
Can you give a test case to show what issue you run into? If jdk.management module is not present, I expect the com.sun.management API can’t be invoked at all and hence it should never call to the VM for com.sun.management functionality. Mandy