[11] RFR(XXS): 8206436: sun/nio/cs/TestIBMBugs.java no longer compiles
Ichiroh Takiguchi
takiguc at linux.vnet.ibm.com
Fri Jul 6 09:23:20 UTC 2018
Hello.
I'm not reviewer, but I tested your fix with some locales (non-UTF8
locales) on AIX platform.
$ LANG=C javac TestIBMBugs.java
$ LANG=ko_KR javac TestIBMBugs.java
$ LANG=zh_CN javac TestIBMBugs.java
Also testcase worked fine as expected.
Thanks,
Ichiroh Takiguchi
IBM Japan, Ltd.
On 2018-07-06 15:56, Volker Simonis wrote:
> Hi,
>
> can I please have a review for this trivial test fix?
>
> http://cr.openjdk.java.net/~simonis/webrevs/2018/8206436/
> https://bugs.openjdk.java.net/browse/JDK-8206436
>
> The problem is that the test contains some non-ASCII characters in
> comments which makes the compilation fail for non-Unicode locales.
>
> Thank you and best regards,
> Volker
More information about the core-libs-dev
mailing list