RFR(M): JDK-8141070 vm/services/management.cpp should be resilient to missing 'jdk.management' module

Daniel Fuchs daniel.fuchs at oracle.com
Fri Jan 15 13:38:40 UTC 2016


Hi Dmitry,

This is still not clear to me why java.lang.management and 
sun.management are handled differently - since they are in
the same module.

best regards

-- daniel

On 14/01/16 15:49, Dmitry Samersoff wrote:
> Daniel,
>> >OK. What of the sun.* implementation classes in java.management?
>> >Should these be REQUIRED as well?
> java.management module might be missing. It's the main goal to the fix -
> provide a way to handle missing java.management module on VM level.
>
> i.e.
>
> if java.lang.management is missing, VM fails with NCDFE.
>
> if java.management is missing, implementation of particular function can
> do something to handle it.
>
> -Dmitry
>



More information about the serviceability-dev mailing list