diff src/share/vm/runtime/vframe_hp.cpp @ 4668:3dbcd1013cc8

added flag PrintDeoptimizationDetails changes so that TraceDeoptimization only prints basic information added nicer formatting for printing interpreter stack frames
author Christian Haeubl <christian.haeubl@oracle.com>
date Tue, 21 Feb 2012 16:05:46 -0800
parents 06f017f7daa7
children 957c266d8bc5
line wrap: on
line diff
--- a/src/share/vm/runtime/vframe_hp.cpp	Tue Feb 21 14:27:25 2012 -0800
+++ b/src/share/vm/runtime/vframe_hp.cpp	Tue Feb 21 16:05:46 2012 -0800
@@ -70,7 +70,7 @@
     }
   }
 
-  if (TraceDeoptimization) {
+  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());