src/share/vm/runtime/mutexLocker.hpp

changeset 7653
b6a1bf5222c5
parent 7547
f46871c6c063
child 7994
04ff2f6cd0eb
child 9745
0e3d6188f198
child 9858
b985cbb00e68
equal deleted inserted replaced
7652:ae374055ebce 7653:b6a1bf5222c5
1 /* 1 /*
2 * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2015, 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.
135 extern Monitor* SecondaryFreeList_lock; // protects the secondary free region list 135 extern Monitor* SecondaryFreeList_lock; // protects the secondary free region list
136 extern Mutex* OldSets_lock; // protects the old region sets 136 extern Mutex* OldSets_lock; // protects the old region sets
137 extern Monitor* RootRegionScan_lock; // used to notify that the CM threads have finished scanning the IM snapshot regions 137 extern Monitor* RootRegionScan_lock; // used to notify that the CM threads have finished scanning the IM snapshot regions
138 extern Mutex* MMUTracker_lock; // protects the MMU 138 extern Mutex* MMUTracker_lock; // protects the MMU
139 // tracker data structures 139 // tracker data structures
140 extern Mutex* HotCardCache_lock; // protects the hot card cache
141 140
142 extern Mutex* Management_lock; // a lock used to serialize JVM management 141 extern Mutex* Management_lock; // a lock used to serialize JVM management
143 extern Monitor* Service_lock; // a lock used for service thread operation 142 extern Monitor* Service_lock; // a lock used for service thread operation
144 extern Monitor* PeriodicTask_lock; // protects the periodic task structure 143 extern Monitor* PeriodicTask_lock; // protects the periodic task structure
145 144

mercurial