diff -r ebf733a324d4 -r 33fe50b6d707 src/hotspot/share/classfile/systemDictionary.cpp --- 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");