< prev index next > src/hotspot/share/oops/instanceKlass.hpp
Print this page
// initialization (virtuals from Klass)
bool should_be_initialized() const; // means that initialize should be called
void initialize_with_aot_initialized_mirror(TRAPS);
void assert_no_clinit_will_run_for_aot_initialized_class() const NOT_DEBUG_RETURN;
void initialize(TRAPS);
+ void initialize_preemptable(TRAPS);
void link_class(TRAPS);
bool link_class_or_fail(TRAPS); // returns false on failure
void rewrite_class(TRAPS);
void link_methods(TRAPS);
Method* class_initializer() const;
< prev index next >