diff -r f41793b5b83f -r 1a7b57d02107 src/hotspot/share/classfile/systemDictionary.hpp --- a/src/hotspot/share/classfile/systemDictionary.hpp Thu Feb 21 17:50:27 2019 -0800 +++ b/src/hotspot/share/classfile/systemDictionary.hpp Thu Feb 21 17:07:35 2019 -0800 @@ -628,6 +628,7 @@ static InstanceKlass* load_shared_class(InstanceKlass* ik, Handle class_loader, Handle protection_domain, + const ClassFileStream *cfs, TRAPS); static InstanceKlass* load_shared_boot_class(Symbol* class_name, TRAPS);