src/share/vm/runtime/mutexLocker.hpp

changeset 4965
6337ca4dcad8
parent 4250
c284cf4781f0
child 5574
739c309fd729
child 6461
bdd155477289
     1.1 --- a/src/share/vm/runtime/mutexLocker.hpp	Fri Apr 19 16:51:27 2013 -0700
     1.2 +++ b/src/share/vm/runtime/mutexLocker.hpp	Sat Apr 20 04:07:08 2013 -0700
     1.3 @@ -51,6 +51,7 @@
     1.4  extern Mutex*   JNIGlobalHandle_lock;            // a lock on creating JNI global handles
     1.5  extern Mutex*   JNIHandleBlockFreeList_lock;     // a lock on the JNI handle block free list
     1.6  extern Mutex*   JNICachedItableIndex_lock;       // a lock on caching an itable index during JNI invoke
     1.7 +extern Mutex*   MemberNameTable_lock;            // a lock on the MemberNameTable updates
     1.8  extern Mutex*   JmethodIdCreation_lock;          // a lock on creating JNI method identifiers
     1.9  extern Mutex*   JfieldIdCreation_lock;           // a lock on creating JNI static field identifiers
    1.10  extern Monitor* JNICritical_lock;                // a lock used while entering and exiting JNI critical regions, allows GC to sometimes get in

mercurial