*** 116,10 *** --- 116,14 --- 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); + // GC support inline void oops_do(OopClosure* cl); // Printing void print_on(outputStream* st);