hotspot/src/share/vm/opto/graphKit.hpp
changeset 24946 24b68ccf3fc4
parent 24945 6df48e563632
child 26166 4b49fd58bbd9
equal deleted inserted replaced
24945:6df48e563632 24946:24b68ccf3fc4
   688   Node* set_predefined_input_for_runtime_call(SafePointNode* call);
   688   Node* set_predefined_input_for_runtime_call(SafePointNode* call);
   689 
   689 
   690   // Replace the call with the current state of the kit.  Requires
   690   // Replace the call with the current state of the kit.  Requires
   691   // that the call was generated with separate io_projs so that
   691   // that the call was generated with separate io_projs so that
   692   // exceptional control flow can be handled properly.
   692   // exceptional control flow can be handled properly.
   693   void replace_call(CallNode* call, Node* result);
   693   void replace_call(CallNode* call, Node* result, bool do_replaced_nodes = false);
   694 
   694 
   695   // helper functions for statistics
   695   // helper functions for statistics
   696   void increment_counter(address counter_addr);   // increment a debug counter
   696   void increment_counter(address counter_addr);   // increment a debug counter
   697   void increment_counter(Node*   counter_addr);   // increment a debug counter
   697   void increment_counter(Node*   counter_addr);   // increment a debug counter
   698 
   698