hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp
changeset 38037 31c22b526d30
parent 36564 9442bb67de26
child 38079 fd24ad51113a
child 38143 3b732f17ea7d
--- a/hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp	Thu Apr 14 08:32:39 2016 +0200
+++ b/hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp	Tue Apr 12 11:53:44 2016 +0800
@@ -76,7 +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);
+// Clear short arrays bigger than one word in an arch-specific way
+define_pd_global(intx, InitArrayShortSize, BytesPerLong);
 
 #if defined(COMPILER1) || defined(COMPILER2)
 define_pd_global(intx, InlineSmallCode,          1000);