< prev index next >

src/hotspot/share/classfile/klassFactory.hpp

Print this page

        

*** 34,43 **** --- 34,44 ---- template <typename> class GrowableArray; class Klass; class Symbol; class TempNewSymbol; + class LambdaFormInvokers; /* * KlassFactory is an interface to implementations of the following mapping/function: * * Summary: create a VM internal runtime representation ("Klass")
*** 65,74 **** --- 66,76 ---- // approved clients friend class ClassLoader; friend class ClassLoaderExt; friend class SystemDictionary; + friend class LambdaFormInvokers; private: static InstanceKlass* create_from_stream(ClassFileStream* stream, Symbol* name, ClassLoaderData* loader_data,
< prev index next >