src/hotspot/share/classfile/classLoaderData.hpp
changeset 50759 00c4edaf2017
parent 50746 85789fb05154
child 51334 cc2c79d22508
equal deleted inserted replaced
50758:afca3c78ea0f 50759:00c4edaf2017
   303   // Allocate out of this class loader data
   303   // Allocate out of this class loader data
   304   MetaWord* allocate(size_t size);
   304   MetaWord* allocate(size_t size);
   305 
   305 
   306   Dictionary* create_dictionary();
   306   Dictionary* create_dictionary();
   307 
   307 
   308   void initialize_name_and_klass(Handle class_loader);
   308   void initialize_name(Handle class_loader);
   309  public:
   309  public:
   310   // GC interface.
   310   // GC interface.
   311   void clear_claimed() { _claimed = 0; }
   311   void clear_claimed() { _claimed = 0; }
   312   bool claimed() const { return _claimed == 1; }
   312   bool claimed() const { return _claimed == 1; }
   313   bool claim();
   313   bool claim();