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

Tobias Hartmann thartmann at openjdk.java.net
Tue Mar 29 07:14:03 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 `\ufffd\ufffd2` by `C`.
> 
> Thanks,
> Tobias

For the record, one can easily find such non-ascii characters with `grep -P '[^\x00-\x7f]' -r test/hotspot/jtreg/`

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

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


More information about the hotspot-compiler-dev mailing list