src/hotspot/share/classfile/systemDictionary.cpp
changeset 54807 33fe50b6d707
parent 54786 ebf733a324d4
child 54847 59ea39bb2809
--- a/src/hotspot/share/classfile/systemDictionary.cpp	Thu May 09 14:28:30 2019 +0200
+++ b/src/hotspot/share/classfile/systemDictionary.cpp	Fri May 10 09:05:29 2019 -0400
@@ -2825,6 +2825,8 @@
   st->cr();
 }
 
+void SystemDictionary::print() { print_on(tty); }
+
 void SystemDictionary::verify() {
   guarantee(constraints() != NULL,
             "Verify of loader constraints failed");