src/hotspot/share/classfile/symbolTable.hpp
changeset 54764 865ec913f916
parent 53898 853b82a25d53
child 54847 59ea39bb2809
equal deleted inserted replaced
54763:2584e5772546 54764:865ec913f916
   169 
   169 
   170 public:
   170 public:
   171   // The symbol table
   171   // The symbol table
   172   static SymbolTable* the_table() { return _the_table; }
   172   static SymbolTable* the_table() { return _the_table; }
   173   size_t table_size();
   173   size_t table_size();
       
   174   TableStatistics get_table_statistics();
   174 
   175 
   175   enum {
   176   enum {
   176     symbol_alloc_batch_size = 8,
   177     symbol_alloc_batch_size = 8,
   177     // Pick initial size based on java -version size measurements
   178     // Pick initial size based on java -version size measurements
   178     symbol_alloc_arena_size = 360*K // TODO (revisit)
   179     symbol_alloc_arena_size = 360*K // TODO (revisit)