comparison src/share/vm/runtime/mutexLocker.hpp @ 6948:e522a00b91aa

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ after NPG - C++ build works
author Doug Simon <doug.simon@oracle.com>
date Mon, 12 Nov 2012 23:14:12 +0100
parents 51111665eda6 c284cf4781f0
children 836a62f43af9
comparison
equal deleted inserted replaced
6711:ae13cc658b80 6948:e522a00b91aa
140 140
141 extern Monitor* JfrQuery_lock; // protects JFR use 141 extern Monitor* JfrQuery_lock; // protects JFR use
142 extern Monitor* JfrMsg_lock; // protects JFR messaging 142 extern Monitor* JfrMsg_lock; // protects JFR messaging
143 extern Mutex* JfrBuffer_lock; // protects JFR buffer operations 143 extern Mutex* JfrBuffer_lock; // protects JFR buffer operations
144 extern Mutex* JfrStream_lock; // protects JFR stream access 144 extern Mutex* JfrStream_lock; // protects JFR stream access
145 extern Monitor* PeriodicTask_lock; // protects the periodic task structure
145 146
146 #ifdef GRAAL 147 #ifdef GRAAL
147 extern Mutex* GraalDeoptLeafGraphIds_lock; // protects access to the global array of deopt'ed leaf graphs 148 extern Mutex* GraalDeoptLeafGraphIds_lock; // protects access to the global array of deopt'ed leaf graphs
148 #endif // GRAAL 149 #endif // GRAAL
149 150