Hi Yoshito,
We at Oracle had discussed this, but still have not yet decided the
direction. We have an issue to upgrade the JDK for 2021b:
https://bugs.openjdk.java.net/browse/JDK-8274407
I will update the issue as things are decided.
Naoto
On 9/28/21 8:34 AM, Yoshito Umaoka wrote:
Hello Op
On Thu, 30 Sep 2021 10:10:31 GMT, Ichiroh Takiguchi
wrote:
> * Using native.encoding system property. But
> test/langtools/tools/javac/diags/CheckResourceKeys.java was failed.
What was the cause of the failure?
> * Use java.io.Console, like Console cons = System.console() and
> cons.charset(
On Thu, 30 Sep 2021 21:45:15 GMT, Naoto Sato wrote:
>> Screenshot
>> 
>>
>> javac does not use PrintStream for standard out/err, it uses PrintWriter.
>> I put some codes on