< prev index next >

src/hotspot/share/runtime/thread.hpp

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

@@ -1206,10 +1206,11 @@
 
   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(void* poll_value);
+  inline void set_polling_page_no_release(void* poll_value);
   inline volatile void* get_polling_page();
 
  private:
   // Support for thread handshake operations
   HandshakeState _handshake;
< prev index next >