--- old/src/hotspot/share/classfile/symbolTable.hpp 2019-05-02 12:06:51.000000000 -0500 +++ new/src/hotspot/share/classfile/symbolTable.hpp 2019-05-02 12:06:50.000000000 -0500 @@ -171,6 +171,7 @@ // The symbol table static SymbolTable* the_table() { return _the_table; } size_t table_size(); + TableStatistics get_table_statistics(); enum { symbol_alloc_batch_size = 8,