src/hotspot/share/oops/instanceKlass.hpp
changeset 51697 49e1b21d9878
parent 51444 3e5d28e6de32
child 51887 32161fbea3fe
equal deleted inserted replaced
51696:f912267934e0 51697:49e1b21d9878
  1283   // It has to be an object not a Mutex because it's held through java calls.
  1283   // It has to be an object not a Mutex because it's held through java calls.
  1284   oop init_lock() const;
  1284   oop init_lock() const;
  1285 private:
  1285 private:
  1286   void fence_and_clear_init_lock();
  1286   void fence_and_clear_init_lock();
  1287 
  1287 
  1288   bool link_class_impl                           (bool throw_verifyerror, TRAPS);
  1288   bool link_class_impl                           (TRAPS);
  1289   bool verify_code                               (bool throw_verifyerror, TRAPS);
  1289   bool verify_code                               (TRAPS);
  1290   void initialize_impl                           (TRAPS);
  1290   void initialize_impl                           (TRAPS);
  1291   void initialize_super_interfaces               (TRAPS);
  1291   void initialize_super_interfaces               (TRAPS);
  1292   void eager_initialize_impl                     ();
  1292   void eager_initialize_impl                     ();
  1293   /* jni_id_for_impl for jfieldID only */
  1293   /* jni_id_for_impl for jfieldID only */
  1294   JNIid* jni_id_for_impl                         (int offset);
  1294   JNIid* jni_id_for_impl                         (int offset);