< prev index next >

src/hotspot/share/runtime/safepointMechanism.hpp

Print this page
rev 50878 : 8206003: SafepointSynchronize with TLH: StoreStore barriers should be moved out of the loop
Reviewed-by:

*** 80,89 **** --- 80,93 ---- static inline void block_if_requested(JavaThread* thread); static inline void arm_local_poll(JavaThread* thread); static inline void disarm_local_poll(JavaThread* thread); + // Caller is responsible for using a release barrier. + static inline void arm_local_poll_no_release(JavaThread* thread); + static inline void disarm_local_poll_no_release(JavaThread* thread); + // Setup the selected safepoint mechanism static void initialize(); static void initialize_header(JavaThread* thread); };
< prev index next >