< prev index next >

src/hotspot/cpu/sparc/globals_sparc.hpp

Print this page
rev 57232 : v2.00 -> v2.08 (CR8/v2.08/11-for-jdk14) patches combined into one; merge with jdk-14+25 snapshot; merge with jdk-14+26 snapshot.

*** 79,88 **** --- 79,91 ---- define_pd_global(bool, CompactStrings, true); define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong); define_pd_global(bool, ThreadLocalHandshakes, true); + // ObjectMonitor ref_count not implemented in C2 fast_lock() or + // fast_unlock() so use a handshake for safety. + define_pd_global(bool, HandshakeAfterDeflateIdleMonitors, true); #define ARCH_FLAGS(develop, \ product, \ diagnostic, \ experimental, \
< prev index next >