< prev index next >

src/hotspot/share/runtime/thread.hpp

Print this page
rev 50896 : 8206003: SafepointSynchronize with TLH: StoreStore barriers should be moved out of the loop
Reviewed-by: eosterlund, rehn, dholmes

*** 1205,1214 **** --- 1205,1215 ---- void set_doing_unsafe_access(bool val) { _doing_unsafe_access = val; } bool do_not_unlock_if_synchronized() { return _do_not_unlock_if_synchronized; } void set_do_not_unlock_if_synchronized(bool val) { _do_not_unlock_if_synchronized = val; } + inline void set_polling_page_release(void* poll_value); inline void set_polling_page(void* poll_value); inline volatile void* get_polling_page(); private: // Support for thread handshake operations
< prev index next >