< prev index next >

src/hotspot/share/classfile/systemDictionary.hpp

Print this page

        

*** 283,302 **** --- 283,304 ---- st, NULL, // unsafe_anonymous_host NULL, // cp_patches false, // is_nonfindable false, // is_weaknonfindable + false, // can_access_vm_annotations THREAD); } static InstanceKlass* parse_stream(Symbol* class_name, Handle class_loader, Handle protection_domain, ClassFileStream* st, const InstanceKlass* unsafe_anonymous_host, GrowableArray<Handle>* cp_patches, const bool is_nonfindable, const bool is_weaknonfindable, + const bool can_access_vm_annotations, TRAPS); // Resolve from stream (called by jni_DefineClass and JVM_DefineClass) static InstanceKlass* resolve_from_stream(Symbol* class_name, Handle class_loader,
< prev index next >