src/hotspot/share/classfile/stringTable.cpp
changeset 50233 48d4abe945f1
parent 50057 f945444fabc3
child 50445 bd6b78feb6a3
equal deleted inserted replaced
50232:3c6dc4b291cd 50233:48d4abe945f1
   432   }
   432   }
   433 }
   433 }
   434 
   434 
   435 void StringTable::dump(outputStream* st, bool verbose) {
   435 void StringTable::dump(outputStream* st, bool verbose) {
   436   if (!verbose) {
   436   if (!verbose) {
   437     the_table()->print_table_statistics(st, "StringTable");
   437     the_table()->print_table_statistics(st, "StringTable", string_object_no_keepalive);
   438   } else {
   438   } else {
   439     Thread* THREAD = Thread::current();
   439     Thread* THREAD = Thread::current();
   440     st->print_cr("VERSION: 1.1");
   440     st->print_cr("VERSION: 1.1");
   441     for (int i = 0; i < the_table()->table_size(); ++i) {
   441     for (int i = 0; i < the_table()->table_size(); ++i) {
   442       HashtableEntry<oop, mtSymbol>* p = the_table()->bucket(i);
   442       HashtableEntry<oop, mtSymbol>* p = the_table()->bucket(i);