< prev index next >

src/hotspot/cpu/aarch64/globals_aarch64.hpp

Print this page
rev 57595 : v2.09a with 8235795, 8235931 and 8236035 extracted; rebased to jdk-14+28; merge with 8236035.patch.cr1; merge with 8235795.patch.cr1; merge with 8236035.patch.cr2; merge with 8235795.patch.cr2; merge with 8235795.patch.cr3.

*** 69,78 **** --- 69,82 ---- define_pd_global(bool, CompactStrings, true); // Clear short arrays bigger than one word in an arch-specific way define_pd_global(intx, InitArrayShortSize, BytesPerLong); + // ObjectMonitor ref_count not implemented in C2 fast_lock() or + // fast_unlock() so use a handshake for safety. + define_pd_global(bool, HandshakeAfterDeflateIdleMonitors, true); + #if defined(COMPILER1) || defined(COMPILER2) define_pd_global(intx, InlineSmallCode, 1000); #endif #define ARCH_FLAGS(develop, \
< prev index next >