changeset 1399 | 9648dfd4ce09 |
parent 1071 | f331132bffdc |
child 1400 | afd034bb8c2e |
--- a/hotspot/src/share/vm/opto/matcher.cpp Wed Sep 17 08:29:17 2008 -0700 +++ b/hotspot/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());