From 1d889e54fc6d6039e68191420bb377ea560e2eaa Mon Sep 17 00:00:00 2001 From: Jatin Bhateja Date: Thu, 30 May 2024 17:14:07 +0000 Subject: [PATCH] 8332487: Regression in Crypto-AESGCMBench.encrypt (and others) after JDK-8328181 Reviewed-by: thartmann --- src/hotspot/cpu/x86/x86.ad | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot/cpu/x86/x86.ad b/src/hotspot/cpu/x86/x86.ad index af134065692..d90ba901ac0 100644 --- a/src/hotspot/cpu/x86/x86.ad +++ b/src/hotspot/cpu/x86/x86.ad @@ -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()) {