hotspot/src/share/vm/ci/ciEnv.cpp
changeset 13883 6979b9850feb
parent 13728 882756847a04
child 13964 01a2b863cc61
child 13952 e3cf184080bc
--- a/hotspot/src/share/vm/ci/ciEnv.cpp	Mon Sep 17 17:02:10 2012 -0700
+++ b/hotspot/src/share/vm/ci/ciEnv.cpp	Mon Sep 17 19:39:07 2012 -0700
@@ -921,7 +921,8 @@
                             ImplicitExceptionTable* inc_table,
                             AbstractCompiler* compiler,
                             int comp_level,
-                            bool has_unsafe_access) {
+                            bool has_unsafe_access,
+                            bool has_wide_vectors) {
   VM_ENTRY_MARK;
   nmethod* nm = NULL;
   {
@@ -1016,6 +1017,7 @@
       }
     } else {
       nm->set_has_unsafe_access(has_unsafe_access);
+      nm->set_has_wide_vectors(has_wide_vectors);
 
       // Record successful registration.
       // (Put nm into the task handle *before* publishing to the Java heap.)