diff src/share/vm/code/nmethod.cpp @ 6792:137868b7aa6f

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
author kvn
date Mon, 17 Sep 2012 19:39:07 -0700
parents 2cb2f30450c7
children b31471cdc53e
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.cpp	Mon Sep 17 17:02:10 2012 -0700
+++ b/src/share/vm/code/nmethod.cpp	Mon Sep 17 19:39:07 2012 -0700
@@ -463,6 +463,7 @@
   _has_unsafe_access          = 0;
   _has_method_handle_invokes  = 0;
   _lazy_critical_native       = 0;
+  _has_wide_vectors           = 0;
   _marked_for_deoptimization  = 0;
   _lock_count                 = 0;
   _stack_traversal_mark       = 0;