Integrated: 8283834: Unmappable character for US-ASCII encoding in TestPredicateInputBelowLoopPredicate
Tobias Hartmann
thartmann at openjdk.java.net
Tue Mar 29 07:24:46 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
This pull request has now been integrated.
Changeset: 23672288
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/236722883511ee6111ab1de80ebc3fbec350c61d
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8283834: Unmappable character for US-ASCII encoding in TestPredicateInputBelowLoopPredicate
Reviewed-by: chagedorn
-------------
PR: https://git.openjdk.java.net/jdk/pull/8011
More information about the hotspot-compiler-dev
mailing list