< prev index next >

src/hotspot/share/runtime/safepointMechanism.hpp

Print this page
rev 52432 : imported patch 8211403

*** 72,82 **** return false; #endif } // Call this method to see if this thread has depending poll and appropriate action should be taken ! static inline bool poll(Thread* thread); // Blocks a thread until safepoint is completed static inline void block_if_requested(JavaThread* thread); // Caller is responsible for using a memory barrier if needed. --- 72,82 ---- return false; #endif } // Call this method to see if this thread has depending poll and appropriate action should be taken ! static inline bool should_block(Thread* thread); // Blocks a thread until safepoint is completed static inline void block_if_requested(JavaThread* thread); // Caller is responsible for using a memory barrier if needed.
< prev index next >