hotspot/src/share/vm/classfile/dictionary.hpp
changeset 46475 75902cea18af
parent 46382 5520c435279b
child 46729 c62d2e8b2728
equal deleted inserted replaced
46474:c872a196b75f 46475:75902cea18af
   209                                 current = current->_next) {
   209                                 current = current->_next) {
   210       count++;
   210       count++;
   211     }
   211     }
   212     st->print_cr("pd set count = #%d", count);
   212     st->print_cr("pd set count = #%d", count);
   213   }
   213   }
       
   214 
       
   215   void verify();
   214 };
   216 };
   215 
   217 
   216 // Entry in a SymbolPropertyTable, mapping a single Symbol*
   218 // Entry in a SymbolPropertyTable, mapping a single Symbol*
   217 // to a managed and an unmanaged pointer.
   219 // to a managed and an unmanaged pointer.
   218 class SymbolPropertyEntry : public HashtableEntry<Symbol*, mtSymbol> {
   220 class SymbolPropertyEntry : public HashtableEntry<Symbol*, mtSymbol> {