On Wed, 18 Jun 2025 07:08:21 GMT, Volkan Yazici <[email protected]> wrote:
> I've verified that all relevant occurrences of `std{in,err,out}.encoding` are
> covered, except the ones `src/java.base/share/classes/java/lang/System.java`,
> which, I presume, is left out intentionally.
Initially I left them as it is too early to call, but just noticed
StaticProperty class was initialized a few lines above, so it is safe to call
them. Replaced.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25860#issuecomment-2985288682