hotspot/src/share/vm/opto/compile.cpp
changeset 1497 cd3234c89e59
parent 1400 afd034bb8c2e
child 1498 346bf226078e
--- a/hotspot/src/share/vm/opto/compile.cpp	Tue Oct 28 18:02:09 2008 -0700
+++ b/hotspot/src/share/vm/opto/compile.cpp	Thu Oct 30 17:08:48 2008 -0700
@@ -551,7 +551,7 @@
       rethrow_exceptions(kit.transfer_exceptions_into_jvms());
     }
 
-    print_method("Before RemoveUseless");
+    print_method("Before RemoveUseless", 3);
 
     // Remove clutter produced by parsing.
     if (!failing()) {