src/share/vm/oops/instanceKlass.hpp

changeset 5971
b8860472c377
parent 5848
ac9cb1d5a202
child 6132
22eaa15b7960
     1.1 --- a/src/share/vm/oops/instanceKlass.hpp	Mon Oct 21 17:26:46 2013 -0700
     1.2 +++ b/src/share/vm/oops/instanceKlass.hpp	Tue Oct 22 14:29:02 2013 -0700
     1.3 @@ -1023,6 +1023,7 @@
     1.4    // It has to be an object not a Mutex because it's held through java calls.
     1.5    oop init_lock() const;
     1.6  private:
     1.7 +  void fence_and_clear_init_lock();
     1.8  
     1.9    // Static methods that are used to implement member methods where an exposed this pointer
    1.10    // is needed due to possible GCs

mercurial