--- old/src/hotspot/share/runtime/vmStructs.cpp 2018-08-10 11:33:12.000000000 -0500 +++ new/src/hotspot/share/runtime/vmStructs.cpp 2018-08-10 11:33:12.000000000 -0500 @@ -162,12 +162,8 @@ typedef HashtableEntry IntptrHashtableEntry; typedef Hashtable IntptrHashtable; -typedef Hashtable SymbolHashtable; -typedef HashtableEntry SymbolHashtableEntry; typedef Hashtable KlassHashtable; typedef HashtableEntry KlassHashtableEntry; -typedef CompactHashtable SymbolCompactHashTable; -typedef RehashableHashtable RehashableSymbolHashtable; typedef PaddedEnd PaddedObjectMonitor; @@ -467,24 +463,6 @@ static_field(PerfMemory, _prologue, PerfDataPrologue*) \ static_field(PerfMemory, _initialized, int) \ \ - /***************/ \ - /* SymbolTable */ \ - /***************/ \ - \ - static_field(SymbolTable, _the_table, SymbolTable*) \ - static_field(SymbolTable, _shared_table, SymbolCompactHashTable) \ - static_field(RehashableSymbolHashtable, _seed, juint) \ - \ - /********************/ \ - /* CompactHashTable */ \ - /********************/ \ - \ - nonstatic_field(SymbolCompactHashTable, _base_address, address) \ - nonstatic_field(SymbolCompactHashTable, _entry_count, u4) \ - nonstatic_field(SymbolCompactHashTable, _bucket_count, u4) \ - nonstatic_field(SymbolCompactHashTable, _buckets, u4*) \ - nonstatic_field(SymbolCompactHashTable, _entries, u4*) \ - \ /********************/ \ /* SystemDictionary */ \ /********************/ \ @@ -1351,15 +1329,13 @@ declare_toplevel_type(PerfMemory) \ declare_type(PerfData, CHeapObj) \ \ - /*********************************/ \ - /* SymbolTable, SystemDictionary */ \ - /*********************************/ \ + /********************/ \ + /* SystemDictionary */ \ + /********************/ \ \ declare_toplevel_type(BasicHashtable) \ declare_type(IntptrHashtable, BasicHashtable) \ declare_toplevel_type(BasicHashtable) \ - declare_type(RehashableSymbolHashtable, BasicHashtable) \ - declare_type(SymbolTable, SymbolHashtable) \ declare_type(Dictionary, KlassHashtable) \ declare_toplevel_type(BasicHashtableEntry) \ declare_type(IntptrHashtableEntry, BasicHashtableEntry) \ @@ -1373,8 +1349,6 @@ declare_toplevel_type(Arena) \ declare_type(ResourceArea, Arena) \ \ - declare_toplevel_type(SymbolCompactHashTable) \ - \ /***********************************************************/ \ /* Thread hierarchy (needed for run-time type information) */ \ /***********************************************************/ \