comparison src/share/vm/opto/replacednodes.hpp @ 24204:3ff8d0b5a04b

8174164: SafePointNode::_replaced_nodes breaks with irreducible loops Reviewed-by: kvn
author roland
date Wed, 15 Feb 2017 17:26:37 -0800
parents 411e30e5fbb8
children
comparison
equal deleted inserted replaced
24203:a8b80d85ef39 24204:3ff8d0b5a04b
69 69
70 void clone(); 70 void clone();
71 void record(Node* initial, Node* improved); 71 void record(Node* initial, Node* improved);
72 void transfer_from(const ReplacedNodes& other, uint idx); 72 void transfer_from(const ReplacedNodes& other, uint idx);
73 void reset(); 73 void reset();
74 void apply(Node* n); 74 void apply(Node* n, uint idx);
75 void merge_with(const ReplacedNodes& other); 75 void merge_with(const ReplacedNodes& other);
76 bool is_empty() const; 76 bool is_empty() const;
77 void dump(outputStream *st) const; 77 void dump(outputStream *st) const;
78 void apply(Compile* C, Node* ctl); 78 void apply(Compile* C, Node* ctl);
79 }; 79 };