8185525: Add JFR event for DictionarySizes

Added TableStatistics event

Reviewed-by: egahlin, coleenp
This commit is contained in:
Gerard Ziemski 2019-05-08 11:11:50 -05:00
parent c5fc45ee08
commit d988e67b89
22 changed files with 594 additions and 75 deletions

View file

@ -171,6 +171,7 @@ public:
// The symbol table
static SymbolTable* the_table() { return _the_table; }
size_t table_size();
TableStatistics get_table_statistics();
enum {
symbol_alloc_batch_size = 8,