src/share/vm/opto/matcher.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/matcher.hpp	Fri Feb  7 18:15:26 2014
--- new/src/share/vm/opto/matcher.hpp	Fri Feb  7 18:15:26 2014

*** 77,86 **** --- 77,89 ---- // bad on others. Hence the machine-dependent table lookup. const char *_must_clone; // 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<Node_Notes*>* _old_node_note_array; // Node labeling iterator for instruction selection

src/share/vm/opto/matcher.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File