RFR: 8338611: java.lang.module specification wording not aligned with JEP 261
Alan Bateman
alanb at openjdk.org
Tue Aug 20 11:18:48 UTC 2024
On Mon, 19 Aug 2024 21:19:13 GMT, Mark Reinhold <mr at openjdk.org> wrote:
> The `java.lang.module` package specification defines the default set of root modules as “every module that is observable on the upgrade module path or among the system modules, and that exports at least one package without qualification.” There’s no need to use the term “observable” here, since any module in those two locations is, by definition, observable.
>
> This should be changed to align with the wording in [JEP 261](https://openjdk.org/jeps/261#Root-modules): “every module on the upgrade module path or among the system modules that exports at least one package, without qualification.”
>
> This is not a substantive specification change, so a CSR is not required.
Marked as reviewed by alanb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/20632#pullrequestreview-2247709846
More information about the core-libs-dev
mailing list