src/share/vm/runtime/mutexLocker.hpp

changeset 5732
b2e698d2276c
parent 5574
739c309fd729
child 6413
595c0f60d50d
child 6472
2b8e28fdf503
equal deleted inserted replaced
5729:2c98370f2611 5732:b2e698d2276c
1 /* 1 /*
2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
48 extern Mutex* CompiledIC_lock; // a lock used to guard compiled IC patching and access 48 extern Mutex* CompiledIC_lock; // a lock used to guard compiled IC patching and access
49 extern Mutex* InlineCacheBuffer_lock; // a lock used to guard the InlineCacheBuffer 49 extern Mutex* InlineCacheBuffer_lock; // a lock used to guard the InlineCacheBuffer
50 extern Mutex* VMStatistic_lock; // a lock used to guard statistics count increment 50 extern Mutex* VMStatistic_lock; // a lock used to guard statistics count increment
51 extern Mutex* JNIGlobalHandle_lock; // a lock on creating JNI global handles 51 extern Mutex* JNIGlobalHandle_lock; // a lock on creating JNI global handles
52 extern Mutex* JNIHandleBlockFreeList_lock; // a lock on the JNI handle block free list 52 extern Mutex* JNIHandleBlockFreeList_lock; // a lock on the JNI handle block free list
53 extern Mutex* JNICachedItableIndex_lock; // a lock on caching an itable index during JNI invoke
54 extern Mutex* MemberNameTable_lock; // a lock on the MemberNameTable updates 53 extern Mutex* MemberNameTable_lock; // a lock on the MemberNameTable updates
55 extern Mutex* JmethodIdCreation_lock; // a lock on creating JNI method identifiers 54 extern Mutex* JmethodIdCreation_lock; // a lock on creating JNI method identifiers
56 extern Mutex* JfieldIdCreation_lock; // a lock on creating JNI static field identifiers 55 extern Mutex* JfieldIdCreation_lock; // a lock on creating JNI static field identifiers
57 extern Monitor* JNICritical_lock; // a lock used while entering and exiting JNI critical regions, allows GC to sometimes get in 56 extern Monitor* JNICritical_lock; // a lock used while entering and exiting JNI critical regions, allows GC to sometimes get in
58 extern Mutex* JvmtiThreadState_lock; // a lock on modification of JVMTI thread data 57 extern Mutex* JvmtiThreadState_lock; // a lock on modification of JVMTI thread data

mercurial