--- old/src/hotspot/share/prims/unsafe.cpp 2019-10-08 18:53:25.000000000 -0700 +++ new/src/hotspot/share/prims/unsafe.cpp 2019-10-08 18:53:24.000000000 -0700 @@ -855,6 +855,11 @@ &st, InstanceKlass::cast(host_klass), cp_patches, + false, // is_hidden + false, // is_weak + false, // can_access_vm_annotations + NULL, // dynamic_nest_host + Handle(), // classData CHECK_NULL); if (anonk == NULL) { return NULL;