diff -r 203b2b5d149b -r a7eb9ee4680c hotspot/src/cpu/sparc/vm/globals_sparc.hpp --- 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, \