src/hotspot/share/classfile/stringTable.hpp
changeset 52717 b22da519f2e3
parent 52402 72d4e10305b9
child 52931 3b0fe3d6c3d7
equal deleted inserted replaced
52716:877dd2b0f36c 52717:b22da519f2e3
    91   void concurrent_work(JavaThread* jt);
    91   void concurrent_work(JavaThread* jt);
    92   void print_table_statistics(outputStream* st, const char* table_name);
    92   void print_table_statistics(outputStream* st, const char* table_name);
    93 
    93 
    94   void try_rehash_table();
    94   void try_rehash_table();
    95   bool do_rehash();
    95   bool do_rehash();
       
    96   inline void update_needs_rehash(bool rehash);
    96 
    97 
    97  public:
    98  public:
    98   // The string table
    99   // The string table
    99   static StringTable* the_table() { return _the_table; }
   100   static StringTable* the_table() { return _the_table; }
   100   size_t table_size();
   101   size_t table_size();