< prev index next >

src/hotspot/share/classfile/classFileParser.hpp

Print this page

        

*** 83,92 **** --- 83,93 ---- Symbol* _class_name; mutable ClassLoaderData* _loader_data; const InstanceKlass* _unsafe_anonymous_host; GrowableArray<Handle>* _cp_patches; // overrides for CP entries const bool _is_nonfindable; + const bool _can_access_vm_annotations; int _num_patched_klasses; int _max_num_patched_klasses; int _orig_cp_size; int _first_patched_klass_resolved_index;
*** 502,512 **** Symbol* name, ClassLoaderData* loader_data, Handle protection_domain, const InstanceKlass* unsafe_anonymous_host, GrowableArray<Handle>* cp_patches, ! bool is_nonfindable, Publicity pub_level, TRAPS); ~ClassFileParser(); --- 503,514 ---- Symbol* name, ClassLoaderData* loader_data, Handle protection_domain, const InstanceKlass* unsafe_anonymous_host, GrowableArray<Handle>* cp_patches, ! const bool is_nonfindable, ! const bool can_access_vm_annotations, Publicity pub_level, TRAPS); ~ClassFileParser();
< prev index next >