--- old/src/share/vm/ci/ciEnv.cpp Wed Aug 31 15:24:20 2011 +++ new/src/share/vm/ci/ciEnv.cpp Wed Aug 31 15:24:20 2011 @@ -938,7 +938,6 @@ ImplicitExceptionTable* inc_table, AbstractCompiler* compiler, int comp_level, - bool has_debug_info, bool has_unsafe_access) { VM_ENTRY_MARK; nmethod* nm = NULL; @@ -1033,7 +1032,6 @@ CompileBroker::handle_full_code_cache(); } } else { - NOT_PRODUCT(nm->set_has_debug_info(has_debug_info); ) nm->set_has_unsafe_access(has_unsafe_access); // Record successful registration.