On Mon, 19 Aug 2024 21:19:13 GMT, Mark Reinhold <m...@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