diff src/share/vm/opto/matcher.cpp @ 367:194b8e3a2fc4

6384206: Phis which are later unneeded are impairing our ability to inline based on static types Reviewed-by: rasbold, jrose
author never
date Wed, 17 Sep 2008 12:59:52 -0700
parents eaf496ad4a14
children 36ccc817fca4
line wrap: on
line diff
--- a/src/share/vm/opto/matcher.cpp	Wed Sep 17 08:29:17 2008 -0700
+++ b/src/share/vm/opto/matcher.cpp	Wed Sep 17 12:59:52 2008 -0700
@@ -273,7 +273,7 @@
   find_shared( C->root() );
   find_shared( C->top() );
 
-  C->print_method("Before Matching", 2);
+  C->print_method("Before Matching");
 
   // Swap out to old-space; emptying new-space
   Arena *old = C->node_arena()->move_contents(C->old_arena());