src/share/vm/opto/matcher.hpp
*** 102,111 **** --- 102,113 ---- } #ifdef ASSERT // Make sure only new nodes are reachable from this node void verify_new_nodes_only(Node* root); + + Node* _mem_node; // Ideal memory node consumed by mach node #endif public: int LabelRootDepth; static const int base2reg[]; // Map Types to machine register types