< prev index next >

src/hotspot/share/classfile/classLoaderData.hpp

Print this page

        

*** 303,313 **** // Allocate out of this class loader data MetaWord* allocate(size_t size); Dictionary* create_dictionary(); ! void initialize_name_and_klass(Handle class_loader); public: // GC interface. void clear_claimed() { _claimed = 0; } bool claimed() const { return _claimed == 1; } bool claim(); --- 303,313 ---- // Allocate out of this class loader data MetaWord* allocate(size_t size); Dictionary* create_dictionary(); ! void initialize_name(Handle class_loader); public: // GC interface. void clear_claimed() { _claimed = 0; } bool claimed() const { return _claimed == 1; } bool claim();
< prev index next >