src/hotspot/share/oops/instanceKlass.hpp
changeset 51962 628909466216
parent 51887 32161fbea3fe
child 52096 7a1e2d7ac55a
equal deleted inserted replaced
51961:540c1a848dd8 51962:628909466216
   540   // initialization (virtuals from Klass)
   540   // initialization (virtuals from Klass)
   541   bool should_be_initialized() const;  // means that initialize should be called
   541   bool should_be_initialized() const;  // means that initialize should be called
   542   void initialize(TRAPS);
   542   void initialize(TRAPS);
   543   void link_class(TRAPS);
   543   void link_class(TRAPS);
   544   bool link_class_or_fail(TRAPS); // returns false on failure
   544   bool link_class_or_fail(TRAPS); // returns false on failure
   545   void unlink_class();
       
   546   void rewrite_class(TRAPS);
   545   void rewrite_class(TRAPS);
   547   void link_methods(TRAPS);
   546   void link_methods(TRAPS);
   548   Method* class_initializer() const;
   547   Method* class_initializer() const;
   549 
   548 
   550   // set the class to initialized if no static initializer is present
   549   // set the class to initialized if no static initializer is present