hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 36554 a7eb9ee4680c
parent 36099 bb0cc62ab037
child 38018 1dc6c6f21231
--- a/hotspot/src/cpu/x86/vm/globals_x86.hpp	Thu Mar 03 23:57:29 2016 +0300
+++ b/hotspot/src/cpu/x86/vm/globals_x86.hpp	Fri Mar 04 01:30:11 2016 +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,                                        \