comparison src/share/vm/runtime/mutexLocker.hpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents e2722a66aba7 b2e698d2276c
children 8a9bb7821e28 62c54fcc0a35
comparison
equal deleted inserted replaced
14421:3068270ba476 14422:2b8e28fdf503
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.
51 extern Mutex* CompiledIC_lock; // a lock used to guard compiled IC patching and access 51 extern Mutex* CompiledIC_lock; // a lock used to guard compiled IC patching and access
52 extern Mutex* InlineCacheBuffer_lock; // a lock used to guard the InlineCacheBuffer 52 extern Mutex* InlineCacheBuffer_lock; // a lock used to guard the InlineCacheBuffer
53 extern Mutex* VMStatistic_lock; // a lock used to guard statistics count increment 53 extern Mutex* VMStatistic_lock; // a lock used to guard statistics count increment
54 extern Mutex* JNIGlobalHandle_lock; // a lock on creating JNI global handles 54 extern Mutex* JNIGlobalHandle_lock; // a lock on creating JNI global handles
55 extern Mutex* JNIHandleBlockFreeList_lock; // a lock on the JNI handle block free list 55 extern Mutex* JNIHandleBlockFreeList_lock; // a lock on the JNI handle block free list
56 extern Mutex* JNICachedItableIndex_lock; // a lock on caching an itable index during JNI invoke
57 extern Mutex* MemberNameTable_lock; // a lock on the MemberNameTable updates 56 extern Mutex* MemberNameTable_lock; // a lock on the MemberNameTable updates
58 extern Mutex* JmethodIdCreation_lock; // a lock on creating JNI method identifiers 57 extern Mutex* JmethodIdCreation_lock; // a lock on creating JNI method identifiers
59 extern Mutex* JfieldIdCreation_lock; // a lock on creating JNI static field identifiers 58 extern Mutex* JfieldIdCreation_lock; // a lock on creating JNI static field identifiers
60 extern Monitor* JNICritical_lock; // a lock used while entering and exiting JNI critical regions, allows GC to sometimes get in 59 extern Monitor* JNICritical_lock; // a lock used while entering and exiting JNI critical regions, allows GC to sometimes get in
61 extern Mutex* JvmtiThreadState_lock; // a lock on modification of JVMTI thread data 60 extern Mutex* JvmtiThreadState_lock; // a lock on modification of JVMTI thread data