src/share/vm/opto/replacednodes.hpp

changeset 8795
3ff8d0b5a04b
parent 8723
9f5da1a1724c
     1.1 --- a/src/share/vm/opto/replacednodes.hpp	Mon May 01 10:54:10 2017 -0700
     1.2 +++ b/src/share/vm/opto/replacednodes.hpp	Wed Feb 15 17:26:37 2017 -0800
     1.3 @@ -71,7 +71,7 @@
     1.4    void record(Node* initial, Node* improved);
     1.5    void transfer_from(const ReplacedNodes& other, uint idx);
     1.6    void reset();
     1.7 -  void apply(Node* n);
     1.8 +  void apply(Node* n, uint idx);
     1.9    void merge_with(const ReplacedNodes& other);
    1.10    bool is_empty() const;
    1.11    void dump(outputStream *st) const;

mercurial