hotspot/src/share/vm/opto/parse2.cpp
changeset 768 d0bebc7eefc2
parent 767 64fb1fd7186d
child 781 e1baa9c8f16f
--- a/hotspot/src/share/vm/opto/parse2.cpp	Tue Jun 24 10:43:29 2008 -0700
+++ b/hotspot/src/share/vm/opto/parse2.cpp	Tue Jun 24 16:00:14 2008 -0700
@@ -2220,7 +2220,7 @@
     sprintf(buffer, "Bytecode %d: %s", bci(), Bytecodes::name(bc()));
     bool old = printer->traverse_outs();
     printer->set_traverse_outs(true);
-    printer->print_method(C, buffer, 3);
+    printer->print_method(C, buffer, 4);
     printer->set_traverse_outs(old);
   }
 #endif