< prev index next >

src/hotspot/share/classfile/klassFactory.hpp

Print this page

        

@@ -28,10 +28,11 @@
 #include "memory/allocation.hpp"
 #include "runtime/handles.hpp"
 
 class ClassFileStream;
 class ClassLoaderData;
+class ClassLoadInfo;
 template <typename>
 class GrowableArray;
 class Klass;
 class Symbol;
 class TempNewSymbol;

@@ -69,13 +70,11 @@
 
  private:
   static InstanceKlass* create_from_stream(ClassFileStream* stream,
                                            Symbol* name,
                                            ClassLoaderData* loader_data,
-                                           Handle protection_domain,
-                                           const InstanceKlass* unsafe_anonymous_host,
-                                           GrowableArray<Handle>* cp_patches,
+                                           const ClassLoadInfo& cl_info,
                                            TRAPS);
  public:
   static InstanceKlass* check_shared_class_file_load_hook(
                                           InstanceKlass* ik,
                                           Symbol* class_name,
< prev index next >