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

2024-08-20 Thread Alan Bateman
On Mon, 19 Aug 2024 21:19:13 GMT, Mark Reinhold 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 > qualific

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

2024-08-19 Thread Mark Reinhold
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