RFR: 8283834: Unmappable character for US-ASCII encoding in TestPredicateInputBelowLoopPredicate

Tobias Hartmann thartmann at openjdk.java.net
Tue Mar 29 07:24:45 UTC 2022


On Tue, 29 Mar 2022 07:06:45 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> Trivial fix that replaces the non-ascii character `С` (UTF-8 `0xd0 0xa1` -> "CYRILLIC CAPITAL LETTER ES") by `C`.
> 
> Thanks,
> Tobias

Thanks, Christian!

-------------

PR: https://git.openjdk.java.net/jdk/pull/8011


More information about the hotspot-compiler-dev mailing list