< prev index next >

src/hotspot/share/oops/oopHandle.hpp

Print this page

        

@@ -50,10 +50,12 @@
 
   bool is_empty() const { return _obj == NULL; }
 
   inline void release(OopStorage* storage);
 
+  inline void replace(oop obj);
+
   // Used only for removing handle.
   oop* ptr_raw() const { return _obj; }
 };
 
 // Convert OopHandle to oop*
< prev index next >