comparison 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
comparison
equal deleted inserted replaced
416:b6cfd754403d 417:f4fe12e429a4
549 // to whatever caller is dynamically above us on the stack. 549 // to whatever caller is dynamically above us on the stack.
550 // This is done by a special, unique RethrowNode bound to root. 550 // This is done by a special, unique RethrowNode bound to root.
551 rethrow_exceptions(kit.transfer_exceptions_into_jvms()); 551 rethrow_exceptions(kit.transfer_exceptions_into_jvms());
552 } 552 }
553 553
554 print_method("Before RemoveUseless"); 554 print_method("Before RemoveUseless", 3);
555 555
556 // Remove clutter produced by parsing. 556 // Remove clutter produced by parsing.
557 if (!failing()) { 557 if (!failing()) {
558 ResourceMark rm; 558 ResourceMark rm;
559 PhaseRemoveUseless pru(initial_gvn(), &for_igvn); 559 PhaseRemoveUseless pru(initial_gvn(), &for_igvn);