diff src/share/vm/ci/ciEnv.hpp @ 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 da91efe96a93
children e522a00b91aa bd7a7ce2e264
line wrap: on
line diff
--- a/src/share/vm/ci/ciEnv.hpp	Mon Sep 17 17:02:10 2012 -0700
+++ b/src/share/vm/ci/ciEnv.hpp	Mon Sep 17 19:39:07 2012 -0700
@@ -362,7 +362,8 @@
                        ImplicitExceptionTable*   inc_table,
                        AbstractCompiler*         compiler,
                        int                       comp_level,
-                       bool                      has_unsafe_access);
+                       bool                      has_unsafe_access,
+                       bool                      has_wide_vectors);
 
 
   // Access to certain well known ciObjects.