RFR: 8359732: Make standard i/o encoding related system properties `StaticProperty` [v3]
Naoto Sato
naoto at openjdk.org
Fri Jun 20 18:48:28 UTC 2025
On Thu, 19 Jun 2025 11:03:43 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> Latest version looks okay but I think better to drop the change to System.initPhase1.
Reverted the changes in the `System` class. Also, there were two sites that used `StaticProperty` class outside the `java.base` module. I replaced them with the equivalent `System.getProperty()` calls.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25860#issuecomment-2992523310
More information about the core-libs-dev
mailing list