diff src/share/vm/runtime/vframe_hp.cpp @ 8506:c3657d00e343

-Merge with tip
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Thu, 21 Mar 2013 14:11:13 +0100
parents b8f261ba79c6
children
line wrap: on
line diff
--- a/src/share/vm/runtime/vframe_hp.cpp	Thu Mar 21 11:30:38 2013 +0100
+++ b/src/share/vm/runtime/vframe_hp.cpp	Thu Mar 21 14:11:13 2013 +0100
@@ -70,12 +70,6 @@
     }
   }
 
-  if (PrintDeoptimizationDetails) {
-    tty->print_cr("bci=%d length=%d", this->bci(), length);
-    tty->print_cr(err_msg("method name = %s", this->method()->name()->as_C_string()));
-    tty->print_cr("relative pc=%d", this->fr().pc() - this->nm()->code_begin());
-  }
-
   for( int i = 0; i < length; i++ ) {
     result->add( create_stack_value(scv_list->at(i)) );
   }