--- old/src/cpu/x86/vm/globals_x86.hpp 2016-03-01 02:14:10.888428495 +0300 +++ new/src/cpu/x86/vm/globals_x86.hpp 2016-03-01 02:14:10.844428703 +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, \