8338611: java.lang.module specification wording not aligned with JEP 261

Reviewed-by: alanb
This commit is contained in:
Mark Reinhold 2024-08-20 18:50:17 +00:00
parent c646efc366
commit 0267284c52

View File

@ -154,9 +154,9 @@
* application module specified to the 'java' launcher. When compiling code in
* the unnamed module, or at run-time when the main application class is loaded
* from the class path, then the default set of root modules is implementation
* specific. In the JDK the default set of root modules contains every module
* that is observable on the upgrade module path or among the system modules,
* and that exports at least one package without qualification. </p>
* specific. In the JDK the default set of root modules contains every module on
* the upgrade module path or among the system modules that exports at least one
* package, without qualification. </p>
*
* <h3> Observable modules </h3>
*