diff -r 80d5d0d21b75 -r 6979b9850feb hotspot/src/share/vm/ci/ciEnv.cpp --- 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.)