< prev index next >

src/hotspot/share/classfile/stringTable.hpp

Print this page

        

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