< prev index next >

src/hotspot/share/prims/unsafe.cpp

Print this page

        

@@ -819,10 +819,11 @@
                                                 &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 >