JDK-8283834 : Unmappable character for US-ASCII encoding in TestPredicateInputBelowLoopPredicate
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,17,19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-03-29
  • Updated: 2022-05-05
  • Resolved: 2022-03-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 19
11.0.16Fixed 17.0.4Fixed 19 b16Fixed
Related Reports
Relates :  
Description
javac fails with "-encoding US-ASCII":

/opt/mach5/mesos/work_dir/jib-master/install/2022-03-28-1405559.tobias.hartmann.jdk17u-cpu/src.full/open/test/hotspot/jtreg/compiler/loopopts/TestPredicateInputBelowLoopPredicate.java:27: error: unmappable character (0xD0) for encoding US-ASCII
 * @summary \ufffd\ufffd2: assert(false) failed: cyclic dependency prevents range check elimination
            ^
/opt/mach5/mesos/work_dir/jib-master/install/2022-03-28-1405559.tobias.hartmann.jdk17u-cpu/src.full/open/test/hotspot/jtreg/compiler/loopopts/TestPredicateInputBelowLoopPredicate.java:27: error: unmappable character (0xA1) for encoding US-ASCII
 * @summary \ufffd\ufffd2: assert(false) failed: cyclic dependency prevents range check elimination
             ^
2 errors
result: Failed. Compilation failed: Compilation failed

Comments
A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk11u-dev/pull/1042 Date: 2022-04-25 08:23:04 +0000
25-04-2022

Fix Request (11): Trivial fix. Applies cleanly. Fixes compilation errors when running tests.
25-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk17u-dev/pull/322 Date: 2022-03-31 14:27:40 +0000
31-03-2022

Fix Request (17u) Trivial follow-up fix for JDK-8280799. Applies cleanly. Test has passed.
31-03-2022

ILW = Test fails to compile with US-ASCII encoding, single test, use utf-8 encoding = MLM = P4
29-03-2022

Changeset: 23672288 Author: Tobias Hartmann <thartmann@openjdk.org> Date: 2022-03-29 07:21:23 +0000 URL: https://git.openjdk.java.net/jdk/commit/236722883511ee6111ab1de80ebc3fbec350c61d
29-03-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8011 Date: 2022-03-29 07:06:45 +0000
29-03-2022