diff src/share/vm/opto/compile.cpp @ 417:f4fe12e429a4

6764622: IdealGraphVisualizer fixes Reviewed-by: rasbold, jrose
author never
date Thu, 30 Oct 2008 17:08:48 -0700
parents 36ccc817fca4
children 72c5366e5d86
line wrap: on
line diff
--- a/src/share/vm/opto/compile.cpp	Tue Oct 28 18:02:09 2008 -0700
+++ b/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()) {