So, is my assumption correct: if the -add-modules and -limit-modules modules are not specified, the set of monitored system modules consists of all system modules except java.se.ee?
In short, yes, that's right.
The default set of modules included with Java 9 is known as root modules . Per JEP 261 , the default set of root modules is defined as:
, java.se
:
(: Java 9 javadoc)
java.se
, java.se.ee
, , :
java.se
java.activation
java.annotations.common
java.corba
java.transaction
java.xml.bind
java.xml.ws
, ? , -list-modules, , java.se.ee.
. Java 9 , :
, java.se.ee
.
, , ? . .