8332487: Regression in Crypto-AESGCMBench.encrypt (and others) after JDK-8328181

Reviewed-by: thartmann
This commit is contained in:
Jatin Bhateja 2024-05-30 17:14:07 +00:00
parent 32636dcc3d
commit 1d889e54fc

View File

@ -1749,6 +1749,7 @@ bool Matcher::match_rule_supported_vector(int opcode, int vlen, BasicType bt) {
return false;
}
break;
case Op_ClearArray:
case Op_VectorMaskGen:
case Op_VectorCmpMasked:
if (!is_LP64 || !VM_Version::supports_avx512bw()) {