< prev index next >

src/hotspot/share/prims/jvm.cpp

Print this page

        

*** 1031,1041 **** protection_domain, &st, NULL, // unsafe_anonymous_host NULL, // cp_patches is_nonfindable, ! true, // is_weak - workaround to allow access to VM annotations CHECK_NULL); if (k == NULL) { THROW_MSG_0(vmSymbols::java_lang_Error(), "Failure to define a nonfindable class"); } --- 1031,1042 ---- protection_domain, &st, NULL, // unsafe_anonymous_host NULL, // cp_patches is_nonfindable, ! is_weak, ! vm_annotations, CHECK_NULL); if (k == NULL) { THROW_MSG_0(vmSymbols::java_lang_Error(), "Failure to define a nonfindable class"); }
< prev index next >