--- a/src/hotspot/share/classfile/symbolTable.hpp Thu Sep 20 18:39:53 2018 +0200
+++ b/src/hotspot/share/classfile/symbolTable.hpp Tue Sep 18 21:47:14 2018 -0700
@@ -84,7 +84,6 @@
operator Symbol*() { return _temp; }
};
-template <class T, class N> class CompactHashtable;
class CompactSymbolTableWriter;
class SerializeClosure;
@@ -108,8 +107,6 @@
// 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;