hotspot/src/share/vm/utilities/hashtable.hpp
changeset 46435 3f6cac9867d4
parent 44897 1d9f4d0c9927
child 46475 75902cea18af
--- a/hotspot/src/share/vm/utilities/hashtable.hpp	Thu May 04 14:32:37 2017 -0400
+++ b/hotspot/src/share/vm/utilities/hashtable.hpp	Thu May 04 16:04:23 2017 -0700
@@ -166,9 +166,6 @@
     return h;
   }
 
-  // Reverse the order of elements in each of the buckets.
-  void reverse();
-
 private:
   // Instance variables
   int               _table_size;
@@ -262,12 +259,6 @@
   // Debugging
   void print()               PRODUCT_RETURN;
 
-  // Reverse the order of elements in each of the buckets. Hashtable
-  // entries which refer to objects at a lower address than 'boundary'
-  // are separated from those which refer to objects at higher
-  // addresses, and appear first in the list.
-  void reverse(void* boundary = NULL);
-
 protected:
 
   unsigned int compute_hash(Symbol* name) {