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

Reply via email to