src/share/vm/oops/instanceKlass.hpp

changeset 4395
cc6a617fffd2
parent 4393
35431a769282
child 4401
37a3e8b7a1e9
equal deleted inserted replaced
4394:4daebd4cc1dd 4395:cc6a617fffd2
452 void initialize(TRAPS); 452 void initialize(TRAPS);
453 void link_class(TRAPS); 453 void link_class(TRAPS);
454 bool link_class_or_fail(TRAPS); // returns false on failure 454 bool link_class_or_fail(TRAPS); // returns false on failure
455 void unlink_class(); 455 void unlink_class();
456 void rewrite_class(TRAPS); 456 void rewrite_class(TRAPS);
457 void relocate_and_link_methods(TRAPS); 457 void link_methods(TRAPS);
458 Method* class_initializer(); 458 Method* class_initializer();
459 459
460 // set the class to initialized if no static initializer is present 460 // set the class to initialized if no static initializer is present
461 void eager_initialize(Thread *thread); 461 void eager_initialize(Thread *thread);
462 462

mercurial