< prev index next >

src/hotspot/share/prims/unsafe.cpp

Print this page

        

*** 819,828 **** --- 819,829 ---- &st, InstanceKlass::cast(host_klass), cp_patches, false, // is_nonfindable false, // is_weak + false, // can_access_vm_annotations CHECK_NULL); if (anonk == NULL) { return NULL; }
< prev index next >