--- old/src/hotspot/share/classfile/stringTable.hpp 2019-05-02 12:06:50.000000000 -0500 +++ new/src/hotspot/share/classfile/stringTable.hpp 2019-05-02 12:06:49.000000000 -0500 @@ -99,6 +99,7 @@ // 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; }