On Wed, 18 Jun 2025 15:03:06 GMT, Roger Riggs <rri...@openjdk.org> wrote:
>> src/java.base/share/classes/module-info.java line 287: >> >>> 285: jdk.jpackage, >>> 286: jdk.jshell, >>> 287: jdk.net; >> >> At some point we will need to re-visit all these qualified exports so that >> java.base exports as few of these internal packages as possible. > > The original intent of StaticProperties was to limit it to the base module. > Other modules are free to read the property themselves. Thanks, Alan and Roger. Limited the modification within the `java.base` module. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25860#discussion_r2155190046