diff -r b245fac3b6a4 -r 90f76a40ed8a hotspot/src/share/vm/opto/machnode.cpp --- a/hotspot/src/share/vm/opto/machnode.cpp Thu Nov 07 11:47:11 2013 +0100 +++ b/hotspot/src/share/vm/opto/machnode.cpp Thu Nov 14 19:24:59 2013 -0800 @@ -134,6 +134,10 @@ ShouldNotCallThis(); } +//---------------------------postalloc_expand---------------------------------- +// Expand node after register allocation. +void MachNode::postalloc_expand(GrowableArray *nodes, PhaseRegAlloc *ra_) {} + //------------------------------size------------------------------------------- // Size of instruction in bytes uint MachNode::size(PhaseRegAlloc *ra_) const {