--- old/src/hotspot/share/opto/matcher.hpp 2018-11-12 20:24:07.034757907 +0100 +++ new/src/hotspot/share/opto/matcher.hpp 2018-11-12 20:24:06.874758690 +0100 @@ -118,6 +118,9 @@ // Find shared Nodes, or Nodes that otherwise are Matcher roots void find_shared( Node *n ); + bool find_shared_visit(MStack& mstack, Node* n, uint opcode, bool& mem_op, int& mem_addr_idx); + void find_shared_post_visit(Node* n, uint opcode); + #ifdef X86 bool is_bmi_pattern(Node *n, Node *m); #endif