< prev index next >

src/hotspot/share/runtime/lockStack.hpp

Print this page
@@ -114,10 +114,15 @@
    inline size_t remove(oop o);
  
    // Tests whether the oop is on this lock-stack.
    inline bool contains(oop o) const;
  
+   inline int monitor_count() const;
+   inline void move_to_address(oop* start);
+   inline void move_from_address(oop* start, int count);
+   inline int unique_count() const NOT_DEBUG_RETURN0;
+ 
    // GC support
    inline void oops_do(OopClosure* cl);
  
    // Printing
    void print_on(outputStream* st);
< prev index next >