It is the module where the main class is per the value of the
"jdk.module.main" system property. If not set, the initial module is an
unnamed module. What about adding the following to @implNote?
* The "{@code jdk.module.main}" system property specifies the name
* of the initial module if it is a named module. If not defined,
* the initial module is an unnamed module.
Mandy
On 1/23/18 4:12 PM, Paul Sandoz wrote:
Hi Mandy,
What is the “initial module”?
Thanks,
Paul.
On Jan 23, 2018, at 2:40 PM, mandy chung <[email protected]> wrote:
http://cr.openjdk.java.net/~mchung/jdk11/webrevs/8191170/webrev.00/index.html
A small adjustment in the javadoc. It clarifies what an empty value of
"java.class.path" property is interpreted by the built-in application class
loader.
Mandy