mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8185525: Add JFR event for DictionarySizes
Added TableStatistics event Reviewed-by: egahlin, coleenp
This commit is contained in:
parent
c5fc45ee08
commit
d988e67b89
22 changed files with 594 additions and 75 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue