< prev index next >

src/hotspot/cpu/zero/globals_zero.hpp

Print this page
rev 58110 : 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.
rev 58111 : See CR9-to-CR10-changes; merge with jdk-15+11.

*** 71,84 **** define_pd_global(bool, PreserveFramePointer, false); // No performance work done here yet. define_pd_global(bool, CompactStrings, false); - // No ObjectMonitor C2 fast_lock() or fast_unlock() so no need to - // use a handshake for safety. - define_pd_global(bool, HandshakeAfterDeflateIdleMonitors, false); - #define ARCH_FLAGS(develop, \ product, \ diagnostic, \ experimental, \ notproduct, \ --- 71,80 ----
< prev index next >