-
Bug
-
Resolution: Fixed
-
P2
-
11
-
b22
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8207103 | 12 | Volker Simonis | P2 | Resolved | Fixed | b03 |
JDK-8207454 | 11.0.2 | Volker Simonis | P2 | Resolved | Fixed | b01 |
JDK-8207564 | 11.0.1 | Volker Simonis | P2 | Resolved | Fixed | b02 |
The 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
/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
- backported by
-
JDK-8207103 sun/nio/cs/TestIBMBugs.java no longer compiles
-
- Resolved
-
-
JDK-8207454 sun/nio/cs/TestIBMBugs.java no longer compiles
-
- Resolved
-
-
JDK-8207564 sun/nio/cs/TestIBMBugs.java no longer compiles
-
- Resolved
-
- relates to
-
JDK-8202329 Codepage mappings for IBM-943 and Big5 (aix)
-
- Closed
-