RFR(M): JDK-8141070 vm/services/management.cpp should be resilient to missing 'jdk.management' module
Mandy Chung
mandy.chung at oracle.com
Thu Jan 14 17:15:32 UTC 2016
> On Jan 14, 2016, at 1:51 AM, Dmitry Samersoff <dmitry.samersoff at 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
More information about the serviceability-dev
mailing list