< prev index next >

src/share/vm/opto/replacednodes.hpp

Print this page
rev 12619 : 8174164: SafePointNode::_replaced_nodes breaks with irreducible loops
Reviewed-by:

*** 69,79 **** void clone(); void record(Node* initial, Node* improved); void transfer_from(const ReplacedNodes& other, uint idx); void reset(); ! void apply(Node* n); void merge_with(const ReplacedNodes& other); bool is_empty() const; void dump(outputStream *st) const; void apply(Compile* C, Node* ctl); }; --- 69,79 ---- void clone(); void record(Node* initial, Node* improved); void transfer_from(const ReplacedNodes& other, uint idx); void reset(); ! void apply(Node* n, uint idx); void merge_with(const ReplacedNodes& other); bool is_empty() const; void dump(outputStream *st) const; void apply(Compile* C, Node* ctl); };
< prev index next >