Re: TZ database 2021b changes

2021-09-30 Thread Naoto Sato
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

Re: RFR: 8274544: Langtools command's usage were grabled on Japanese Windows

2021-09-30 Thread Naoto Sato
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(

Re: RFR: 8274544: Langtools command's usage were grabled on Japanese Windows

2021-09-30 Thread Ichiroh Takiguchi
On Thu, 30 Sep 2021 21:45:15 GMT, Naoto Sato wrote: >> Screenshot >> ![javac-screenshot](https://user-images.githubusercontent.com/33543753/135429041-0ed22b36-0b1e-4626-92ca-8b58acf8872d.png) >> >> javac does not use PrintStream for standard out/err, it uses PrintWriter. >> I put some codes on