index

src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp

Print this page
rev 7212 : imported patch rev3

@@ -79,12 +79,10 @@
   void initialize();
 
   // Reset the head, tail, hint, and count of a free list.
   void reset(size_t hint);
 
-  void assert_proper_lock_protection_work() const PRODUCT_RETURN;
-
   void print_on(outputStream* st, const char* c = NULL) const;
 
   size_t hint() const {
     return _hint;
   }
index