diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/mutexLocker.hpp	Mon Nov 12 18:11:17 2012 +0100
+++ b/src/share/vm/runtime/mutexLocker.hpp	Mon Nov 12 23:14:12 2012 +0100
@@ -142,6 +142,7 @@
 extern Monitor* JfrMsg_lock;                     // protects JFR messaging
 extern Mutex*   JfrBuffer_lock;                  // protects JFR buffer operations
 extern Mutex*   JfrStream_lock;                  // protects JFR stream access
+extern Monitor* PeriodicTask_lock;               // protects the periodic task structure
 
 #ifdef GRAAL
 extern Mutex*   GraalDeoptLeafGraphIds_lock;     // protects access to the global array of deopt'ed leaf graphs