< prev index next >

src/hotspot/share/classfile/classLoader.cpp

Print this page

        

@@ -1400,10 +1400,11 @@
                                                            loader_data,
                                                            protection_domain,
                                                            NULL,  // unsafe_anonymous_host
                                                            NULL,  // cp_patches
                                                            false, // is_nonfindable
+                                                           false, // can_access_vm_annotations
                                                            THREAD);
   if (HAS_PENDING_EXCEPTION) {
     if (DumpSharedSpaces) {
       tty->print_cr("Preload Error: Failed to load %s", class_name);
     }
< prev index next >