mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8210875: Refactor CompactHashtable
Reviewed-by: ccheung, jiangli
This commit is contained in:
parent
a32f8e382d
commit
6c59cb232f
14 changed files with 200 additions and 326 deletions
|
@ -84,7 +84,6 @@ public:
|
|||
operator Symbol*() { return _temp; }
|
||||
};
|
||||
|
||||
template <class T, class N> class CompactHashtable;
|
||||
class CompactSymbolTableWriter;
|
||||
class SerializeClosure;
|
||||
|
||||
|
@ -108,8 +107,6 @@ private:
|
|||
|
||||
// The symbol table
|
||||
static SymbolTable* _the_table;
|
||||
// Shared symbol table.
|
||||
static CompactHashtable<Symbol*, char> _shared_table;
|
||||
static volatile bool _lookup_shared_first;
|
||||
static volatile bool _alt_hash;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue