< prev index next >

src/cpu/aarch64/vm/globals_aarch64.hpp

Print this page

        

*** 74,83 **** --- 74,85 ---- define_pd_global(bool, CompactStrings, false); // 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 #ifdef BUILTIN_SIM
< prev index next >