< prev index next >

src/hotspot/share/runtime/objectMonitor.hpp

Print this page
rev 59856 : 8247280: more fencing needed in async deflation for non-TSO machines
Reviewed-by: dholmes

@@ -328,12 +328,14 @@
  public:
 
   void*     object() const;
   void*     object_addr();
   void      set_object(void* obj);
+  void      release_set_allocation_state(AllocationState s);
   void      set_allocation_state(AllocationState s);
   AllocationState allocation_state() const;
+  AllocationState allocation_state_acquire() const;
   bool      is_free() const;
   bool      is_old() const;
   bool      is_new() const;
 
   // Returns true if the specified thread owns the ObjectMonitor. Otherwise
< prev index next >