RFR: 8359732: Make standard i/o encoding related system properties `StaticProperty` [v2]

Naoto Sato naoto at openjdk.org
Wed Jun 18 18:01:25 UTC 2025


On Wed, 18 Jun 2025 15:03:06 GMT, Roger Riggs <rriggs at 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


More information about the core-libs-dev mailing list