RFR: 8352906: stdout/err.encoding on Windows set by incorrect Win32 call [v2]
Naoto Sato
naoto at openjdk.org
Thu Mar 27 16:20:09 UTC 2025
On Thu, 27 Mar 2025 16:12:24 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Ah, you mentioned it before which I forgot! Handled the error case too.
>
> How is NULL handled in the callers?
Those system properties will be substituted with `native.encoding`
https://github.com/openjdk/jdk/blob/dc5c4148c70ca43d0a69c326e14898adca2f0bae/src/java.base/share/classes/jdk/internal/util/SystemProps.java#L98
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24263#discussion_r2017043357
More information about the core-libs-dev
mailing list