diff src/share/vm/runtime/deoptimization.cpp @ 1937:4853c5cad3aa

More deoptmization tracing.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 23 Dec 2010 22:14:31 +0100
parents ce6848d0666d
children 06f017f7daa7
line wrap: on
line diff
--- a/src/share/vm/runtime/deoptimization.cpp	Thu Dec 23 18:13:28 2010 +0100
+++ b/src/share/vm/runtime/deoptimization.cpp	Thu Dec 23 22:14:31 2010 +0100
@@ -114,6 +114,10 @@
   // the vframeArray is created.
   //
 
+  if (TraceDeoptimization) {
+    tty->print_cr("fetching unroll info");
+  }
+
   // Allocate our special deoptimization ResourceMark
   DeoptResourceMark* dmark = new DeoptResourceMark(thread);
   assert(thread->deopt_mark() == NULL, "Pending deopt!");