src/hotspot/share/classfile/symbolTable.hpp
changeset 51823 2a51125b2794
parent 51405 8b23aa7cef47
child 52047 7bc8b456e5ac
--- 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;