hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp
changeset 36554 a7eb9ee4680c
parent 36103 363dc2b4fc1c
child 36562 4d1e93624d6a
--- a/hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp	Thu Mar 03 23:57:29 2016 +0300
+++ b/hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp	Fri Mar 04 01:30:11 2016 +0300
@@ -76,6 +76,8 @@
 // avoid biased locking while we are bootstrapping the aarch64 build
 define_pd_global(bool, UseBiasedLocking, false);
 
+define_pd_global(intx, InitArrayShortSize, 18*BytesPerLong);
+
 #if defined(COMPILER1) || defined(COMPILER2)
 define_pd_global(intx, InlineSmallCode,          1000);
 #endif