diff src/share/vm/ci/ciEnv.cpp @ 3899:c124e2e7463e

7083786: dead various dead chunks of code Reviewed-by: iveresov, kvn
author never
date Wed, 31 Aug 2011 16:46:11 -0700
parents b27c72d69fd1
children eda6988c0d81
line wrap: on
line diff
--- a/src/share/vm/ci/ciEnv.cpp	Wed Aug 31 09:48:21 2011 -0700
+++ b/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.