src/share/vm/opto/machnode.cpp

changeset 6478
044b28168e20
parent 5784
190899198332
child 6481
1410ad6b05f1
equal deleted inserted replaced
6477:eb178e97560c 6478:044b28168e20
131 tty->print("missing MachNode emit function: "); 131 tty->print("missing MachNode emit function: ");
132 dump(); 132 dump();
133 #endif 133 #endif
134 ShouldNotCallThis(); 134 ShouldNotCallThis();
135 } 135 }
136
137 //---------------------------postalloc_expand----------------------------------
138 // Expand node after register allocation.
139 void MachNode::postalloc_expand(GrowableArray <Node *> *nodes, PhaseRegAlloc *ra_) {}
136 140
137 //------------------------------size------------------------------------------- 141 //------------------------------size-------------------------------------------
138 // Size of instruction in bytes 142 // Size of instruction in bytes
139 uint MachNode::size(PhaseRegAlloc *ra_) const { 143 uint MachNode::size(PhaseRegAlloc *ra_) const {
140 // If a virtual was not defined for this specific instruction, 144 // If a virtual was not defined for this specific instruction,

mercurial