src/share/vm/oops/instanceKlass.hpp

changeset 5836
3374b92de2d9
parent 5755
0f37d1badced
child 5848
ac9cb1d5a202
     1.1 --- a/src/share/vm/oops/instanceKlass.hpp	Thu Oct 03 12:39:58 2013 +0400
     1.2 +++ b/src/share/vm/oops/instanceKlass.hpp	Thu Oct 03 18:50:58 2013 -0400
     1.3 @@ -995,7 +995,7 @@
     1.4    // Must be one per class and it has to be a VM internal object so java code
     1.5    // cannot lock it (like the mirror).
     1.6    // It has to be an object not a Mutex because it's held through java calls.
     1.7 -  volatile oop init_lock() const;
     1.8 +  oop init_lock() const;
     1.9  private:
    1.10  
    1.11    // Static methods that are used to implement member methods where an exposed this pointer

mercurial