< prev index next >

src/hotspot/share/oops/instanceKlass.hpp

Print this page

        

*** 1283,1294 **** // It has to be an object not a Mutex because it's held through java calls. oop init_lock() const; private: void fence_and_clear_init_lock(); ! bool link_class_impl (bool throw_verifyerror, TRAPS); ! bool verify_code (bool throw_verifyerror, TRAPS); void initialize_impl (TRAPS); void initialize_super_interfaces (TRAPS); void eager_initialize_impl (); /* jni_id_for_impl for jfieldID only */ JNIid* jni_id_for_impl (int offset); --- 1283,1294 ---- // It has to be an object not a Mutex because it's held through java calls. oop init_lock() const; private: void fence_and_clear_init_lock(); ! bool link_class_impl (TRAPS); ! bool verify_code (TRAPS); void initialize_impl (TRAPS); void initialize_super_interfaces (TRAPS); void eager_initialize_impl (); /* jni_id_for_impl for jfieldID only */ JNIid* jni_id_for_impl (int offset);
< prev index next >