diff src/share/vm/opto/graphKit.hpp @ 20327:411e30e5fbb8

8026796: Make replace_in_map() on parent maps generic Summary: propagate node replacements along control flow edges to callers Reviewed-by: kvn, vlivanov
author roland
date Wed, 13 Aug 2014 11:00:22 +0200
parents 00c8a1255912
children 7848fc12602b
line wrap: on
line diff
--- a/src/share/vm/opto/graphKit.hpp	Wed Apr 23 12:37:36 2014 +0200
+++ b/src/share/vm/opto/graphKit.hpp	Wed Aug 13 11:00:22 2014 +0200
@@ -685,7 +685,7 @@
   // Replace the call with the current state of the kit.  Requires
   // that the call was generated with separate io_projs so that
   // exceptional control flow can be handled properly.
-  void replace_call(CallNode* call, Node* result);
+  void replace_call(CallNode* call, Node* result, bool do_replaced_nodes = false);
 
   // helper functions for statistics
   void increment_counter(address counter_addr);   // increment a debug counter