RFR: 8344706: Compiler Implementation of Compact Source Files and Instance Main Methods [v5]
Tatsunori Uchino
duke at openjdk.org
Sun Apr 27 14:26:50 UTC 2025
On Sun, 27 Apr 2025 14:21:32 GMT, Tatsunori Uchino <duke at openjdk.org> wrote:
>> I believe that after:
>> https://github.com/openjdk/jdk/pull/24738
>> the `stdin.encoding` property is set when the process is connected to a console, which is probably the main case where the encoding can be detected automatically.
>
> I misunderstood that I have tested `stdin.encoding`.
> I cannot confirm that `stdin.encoding` is changed in Windows to proper ones because it has not been included in the latest EA build (20) and I cannot build master for Windows. However, it is changed to `US-ASCII` in Ubuntu when I change `LANG`. I will believe its author until the latest EA build is updated.
Anyway you need to merge master first to test `stdin.encoding`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24438#discussion_r2062642061
More information about the compiler-dev
mailing list