Skip to content

Commit 1d889e5

Browse files
author
Jatin Bhateja
committed
8332487: Regression in Crypto-AESGCMBench.encrypt (and others) after JDK-8328181
Reviewed-by: thartmann
1 parent 32636dc commit 1d889e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hotspot/cpu/x86/x86.ad

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,6 +1749,7 @@ bool Matcher::match_rule_supported_vector(int opcode, int vlen, BasicType bt) {
17491749
return false;
17501750
}
17511751
break;
1752+
case Op_ClearArray:
17521753
case Op_VectorMaskGen:
17531754
case Op_VectorCmpMasked:
17541755
if (!is_LP64 || !VM_Version::supports_avx512bw()) {

0 commit comments

Comments
 (0)