diff -r cfd4aac53239 -r 8a8ff6b577ed src/share/vm/opto/matcher.hpp --- a/src/share/vm/opto/matcher.hpp Mon Jan 27 13:14:53 2014 +0100 +++ b/src/share/vm/opto/matcher.hpp Wed Mar 12 11:24:26 2014 -0700 @@ -79,6 +79,9 @@ // Find shared Nodes, or Nodes that otherwise are Matcher roots void find_shared( Node *n ); +#ifdef X86 + bool is_bmi_pattern(Node *n, Node *m); +#endif // Debug and profile information for nodes in old space: GrowableArray* _old_node_note_array;