hotspot/src/cpu/sparc/vm/globals_sparc.hpp
changeset 36554 a7eb9ee4680c
parent 36099 bb0cc62ab037
child 38273 2634194d7555
--- a/hotspot/src/cpu/sparc/vm/globals_sparc.hpp	Thu Mar 03 23:57:29 2016 +0300
+++ b/hotspot/src/cpu/sparc/vm/globals_sparc.hpp	Fri Mar 04 01:30:11 2016 +0300
@@ -90,6 +90,8 @@
 
 define_pd_global(bool, CompactStrings, true);
 
+define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong);
+
 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \
                                                                             \
   product(intx, UseVIS, 99,                                                 \