[11] RFR JDK-8191170: Clarify if java.class.path can be undefined
mandy chung
mandy.chung at oracle.com
Wed Jan 24 00:28:26 UTC 2018
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 <mandy.chung at oracle.com> 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
More information about the core-libs-dev
mailing list