diff src/share/vm/runtime/mutexLocker.hpp @ 14770:beea13269eab

removed GraalDeoptLeafGraphIds_lock
author Doug Simon <doug.simon@oracle.com>
date Wed, 26 Mar 2014 20:33:16 +0100
parents d8041d695d19
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/runtime/mutexLocker.hpp	Wed Mar 26 17:36:25 2014 +0100
+++ b/src/share/vm/runtime/mutexLocker.hpp	Wed Mar 26 20:33:16 2014 +0100
@@ -149,10 +149,6 @@
 extern Mutex*   JfrThreadGroups_lock;            // protects JFR access to Thread Groups
 #endif
 
-#ifdef GRAAL
-extern Mutex*   GraalDeoptLeafGraphIds_lock;     // protects access to the global array of deopt'ed leaf graphs
-#endif // GRAAL
-
 // A MutexLocker provides mutual exclusion with respect to a given mutex
 // for the scope which contains the locker.  The lock is an OS lock, not
 // an object lock, and the two do not interoperate.  Do not use Mutex-based