On Tue, 28 Sep 2021 11:49:28 GMT, Volker Simonis <simo...@openjdk.org> wrote:

>> Does the changes in 9800a99 resolve your concerns?
>
> In principle yes, but shouldn't the condition read:
> 
> if (!Matcher::match_rule_supported(Op_EncodeISOArray) || 
> !Matcher::supports_encode_ascii_array) return false;
> 
> I.e. the intrinisc is supported if both conditions are true and not supported 
> if either one of them is false?

Resolved in 47633cb

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

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

Reply via email to