src/hotspot/share/classfile/systemDictionaryShared.cpp
changeset 54807 33fe50b6d707
parent 54786 ebf733a324d4
child 54927 1512d88b24c6
--- a/src/hotspot/share/classfile/systemDictionaryShared.cpp	Thu May 09 14:28:30 2019 +0200
+++ b/src/hotspot/share/classfile/systemDictionaryShared.cpp	Fri May 10 09:05:29 2019 -0400
@@ -1269,6 +1269,8 @@
   }
 }
 
+void SystemDictionaryShared::print() { print_on(tty); }
+
 void SystemDictionaryShared::print_table_statistics(outputStream* st) {
   if (UseSharedSpaces) {
     _builtin_dictionary.print_table_statistics(st, "Builtin Shared Dictionary");