hotspot/src/share/vm/opto/loopnode.cpp
changeset 768 d0bebc7eefc2
parent 595 a2be4c89de81
child 781 e1baa9c8f16f
--- a/hotspot/src/share/vm/opto/loopnode.cpp	Tue Jun 24 10:43:29 2008 -0700
+++ b/hotspot/src/share/vm/opto/loopnode.cpp	Tue Jun 24 16:00:14 2008 -0700
@@ -1072,8 +1072,6 @@
       phase->_igvn.add_users_to_worklist(l->fast_out(i));
   }
 
-  phase->C->print_method("After beautify loops", 3);
-
   // Now recursively beautify nested loops
   if( _child ) result |= _child->beautify_loops( phase );
   if( _next  ) result |= _next ->beautify_loops( phase );
@@ -1470,6 +1468,8 @@
       }
       // Reset loop nesting depth
       _ltree_root->set_nest( 0 );
+
+      C->print_method("After beautify loops", 3);
     }
   }