--- old/src/hotspot/share/classfile/symbolTable.hpp 2019-04-04 14:46:42.000000000 -0500 +++ new/src/hotspot/share/classfile/symbolTable.hpp 2019-04-04 14:46:41.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,