Volker,

This change breaks our testing. Your edit to TestIBMBugs.java contains non-ascii characters in the comments, resulting in javac failure:

/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1010/src.full/open/test/jdk/sun/nio/cs/TestIBMBugs.java:191: error: unmappable character (0xC2) for encoding US-ASCII
        // and \ufffd\ufffd andoverscore are encoded to 0x5c and 0x7e
               ^
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1010/src.full/open/test/jdk/sun/nio/cs/TestIBMBugs.java:191: error: unmappable character (0xA5) for encoding US-ASCII
        // and \ufffd\ufffd andoverscore are encoded to 0x5c and 0x7e
                ^
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1010/src.full/open/test/jdk/sun/nio/cs/TestIBMBugs.java:208: error: unmappable character (0xC2) for encoding US-ASCII
        // and \ufffd\ufffd an overscore are encoded to 0x5c and 0x7e
               ^
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1010/src.full/open/test/jdk/sun/nio/cs/TestIBMBugs.java:208: error: unmappable character (0xA5) for encoding US-ASCII
        // and \ufffd\ufffd an overscore are encoded to 0x5c and 0x7e
                ^
4 errors
result: Failed. Compilation failed: Compilation failed

David
-----

On 6/07/2018 2:33 AM, volker.simo...@gmail.com wrote:
Changeset: faf1cd52a5b7
Author:    simonis
Date:      2018-06-12 13:00 +0530
URL:       http://hg.openjdk.java.net/jdk/jdk11/rev/faf1cd52a5b7

8202329: [AIX] Fix codepage mappings for IBM-943 and Big5
Reviewed-by: simonis, stuefe
Contributed-by: bhama...@in.ibm.com

! src/java.base/unix/native/libjava/java_props_md.c
! test/jdk/sun/nio/cs/TestIBMBugs.java

Reply via email to