src/share/vm/opto/matcher.hpp

Print this page

        

*** 121,130 **** --- 121,131 ---- Node* _mem_node; // Ideal memory node consumed by mach node #endif // Mach node for ConP #NULL MachNode* _mach_null; + void handle_precedence_edges(Node* n, MachNode *mach); public: int LabelRootDepth; // Convert ideal machine register to a register mask for spill-loads static const RegMask *idealreg2regmask[];