src/share/vm/opto/matcher.cpp

changeset 802
194b8e3a2fc4
parent 744
eaf496ad4a14
child 803
36ccc817fca4
     1.1 --- a/src/share/vm/opto/matcher.cpp	Wed Sep 17 08:29:17 2008 -0700
     1.2 +++ b/src/share/vm/opto/matcher.cpp	Wed Sep 17 12:59:52 2008 -0700
     1.3 @@ -273,7 +273,7 @@
     1.4    find_shared( C->root() );
     1.5    find_shared( C->top() );
     1.6  
     1.7 -  C->print_method("Before Matching", 2);
     1.8 +  C->print_method("Before Matching");
     1.9  
    1.10    // Swap out to old-space; emptying new-space
    1.11    Arena *old = C->node_arena()->move_contents(C->old_arena());

mercurial