< prev index next >

src/hotspot/share/classfile/stringTable.hpp

Print this page

        

@@ -99,11 +99,11 @@
   bool do_rehash();
 
  public:
   // The string table
   static StringTable* the_table() { return _the_table; }
-  size_t table_size(Thread* thread = NULL);
+  size_t table_size();
 
   static OopStorage* weak_storage() { return the_table()->_weak_handles; }
 
   static void create_table() {
     assert(_the_table == NULL, "One string table allowed.");
< prev index next >