src/hotspot/share/classfile/stringTable.cpp
changeset 50233 48d4abe945f1
parent 50057 f945444fabc3
child 50445 bd6b78feb6a3
--- a/src/hotspot/share/classfile/stringTable.cpp	Wed May 23 09:42:42 2018 +0200
+++ b/src/hotspot/share/classfile/stringTable.cpp	Wed May 23 09:43:41 2018 +0200
@@ -434,7 +434,7 @@
 
 void StringTable::dump(outputStream* st, bool verbose) {
   if (!verbose) {
-    the_table()->print_table_statistics(st, "StringTable");
+    the_table()->print_table_statistics(st, "StringTable", string_object_no_keepalive);
   } else {
     Thread* THREAD = Thread::current();
     st->print_cr("VERSION: 1.1");