< prev index next >

src/hotspot/share/classfile/klassFactory.hpp

Print this page

        

@@ -72,11 +72,12 @@
                                            Symbol* name,
                                            ClassLoaderData* loader_data,
                                            Handle protection_domain,
                                            const InstanceKlass* unsafe_anonymous_host,
                                            GrowableArray<Handle>* cp_patches,
-                                           bool is_nonfindable,
+                                           const bool is_nonfindable,
+                                           const bool can_access_vm_annotations,
                                            TRAPS);
  public:
   static InstanceKlass* check_shared_class_file_load_hook(
                                           InstanceKlass* ik,
                                           Symbol* class_name,
< prev index next >