--- old/src/cpu/x86/vm/globals_x86.hpp 2016-02-29 14:28:33.738724210 +0300 +++ new/src/cpu/x86/vm/globals_x86.hpp 2016-02-29 14:28:33.694724420 +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, \