On 13/10/2015 17:18, Mandy Chung wrote:
:
There are other cases that need to add a module to the root set. For example
-Dcom.sun.management.jmxremote is enables JVM monitoring and management that
requires java.management module. When launching a modular application with
-Dcom.sun.management.jmxremote, it would need java.management module to be
included in the boot layer and #1 is a reasonable approach as launcher is the
one handling the options that add additional module dependency.
Mandy
Right, we have JDK-8139368 tracking that for -javaagent and
-Dcom.sun.management.
-Alan.