< prev index next >

src/hotspot/share/classfile/stringTable.hpp

Print this page
rev 52316 : 8185525: Add JFR event for DictionarySizes
Summary: Added TableStatistics event
Reviewed-by: egahlin, coleenp

*** 99,108 **** --- 99,109 ---- public: // The string table static StringTable* the_table() { return _the_table; } size_t table_size(Thread* thread = NULL); + 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 >