< prev index next >

src/hotspot/share/classfile/classLoader.cpp

Print this page

        

*** 1400,1409 **** --- 1400,1410 ---- 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 >