hotspot/src/share/vm/opto/compile.cpp
changeset 1497 cd3234c89e59
parent 1400 afd034bb8c2e
child 1498 346bf226078e
equal deleted inserted replaced
1496:3fd9157e5e3c 1497:cd3234c89e59
   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);