--- old/src/cpu/x86/vm/globals_x86.hpp 2016-03-01 15:42:50.442543437 +0300 +++ new/src/cpu/x86/vm/globals_x86.hpp 2016-03-01 15:42:50.398543671 +0300 @@ -97,6 +97,8 @@ define_pd_global(bool, PreserveFramePointer, false); +define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong); + #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \ \ develop(bool, IEEEPrecision, true, \