From e604b84931ae96f21ac2a3a731ff248259eb1612 Mon Sep 17 00:00:00 2001 From: kvn Date: Mon, 17 Sep 2012 19:39:07 -0700 Subject: 7196199: java/text/Bidi/Bug6665028.java failed: Bidi run count incorrect Summary: Save whole XMM/YMM registers in safepoint interrupt handler. Reviewed-by: roland, twisti --- src/cpu/x86/vm/x86.ad | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/x86/vm/x86.ad') diff --git a/src/cpu/x86/vm/x86.ad b/src/cpu/x86/vm/x86.ad index 71e26fb20..9a057a47f 100644 --- a/src/cpu/x86/vm/x86.ad +++ b/src/cpu/x86/vm/x86.ad @@ -498,6 +498,7 @@ const bool Matcher::match_rule_supported(int opcode) { case Op_PopCountL: if (!UsePopCountInstruction) return false; + break; case Op_MulVI: if ((UseSSE < 4) && (UseAVX < 1)) // only with SSE4_1 or AVX return false; -- cgit v1.2.3