diff -r b245fac3b6a4 -r 90f76a40ed8a hotspot/src/share/vm/opto/matcher.hpp --- a/hotspot/src/share/vm/opto/matcher.hpp Thu Nov 07 11:47:11 2013 +0100 +++ b/hotspot/src/share/vm/opto/matcher.hpp Thu Nov 14 19:24:59 2013 -0800 @@ -449,6 +449,10 @@ // aligned. static const bool misaligned_doubles_ok; + // Does the CPU require postalloc expand (see block.cpp for description of + // postalloc expand)? + static const bool require_postalloc_expand; + // Perform a platform dependent implicit null fixup. This is needed // on windows95 to take care of some unusual register constraints. void pd_implicit_null_fixup(MachNode *load, uint idx);