hotspot/src/share/vm/ci/ciEnv.cpp
changeset 10508 233d2e7c462d
parent 10503 04b74421bdea
child 10564 db5bf5438c0a
--- a/hotspot/src/share/vm/ci/ciEnv.cpp	Wed Aug 31 09:48:21 2011 -0700
+++ b/hotspot/src/share/vm/ci/ciEnv.cpp	Wed Aug 31 16:46:11 2011 -0700
@@ -949,7 +949,6 @@
                             ImplicitExceptionTable* inc_table,
                             AbstractCompiler* compiler,
                             int comp_level,
-                            bool has_debug_info,
                             bool has_unsafe_access) {
   VM_ENTRY_MARK;
   nmethod* nm = NULL;
@@ -1044,7 +1043,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.