diff -r cdffba164671 -r 3e5d28e6de32 src/hotspot/share/classfile/systemDictionary.hpp --- a/src/hotspot/share/classfile/systemDictionary.hpp Mon Aug 20 10:04:00 2018 +0200 +++ b/src/hotspot/share/classfile/systemDictionary.hpp Mon Aug 20 08:25:57 2018 -0400 @@ -298,7 +298,7 @@ class_loader, protection_domain, st, - NULL, // host klass + NULL, // unsafe_anonymous_host NULL, // cp_patches THREAD); } @@ -306,7 +306,7 @@ Handle class_loader, Handle protection_domain, ClassFileStream* st, - const InstanceKlass* host_klass, + const InstanceKlass* unsafe_anonymous_host, GrowableArray* cp_patches, TRAPS);