hotspot/src/share/vm/runtime/mutexLocker.cpp
changeset 8110 c992c8d52344
parent 7923 fc200fcd4e05
child 10565 dc90c239f4ec
--- a/hotspot/src/share/vm/runtime/mutexLocker.cpp	Wed Feb 02 18:38:40 2011 -0500
+++ b/hotspot/src/share/vm/runtime/mutexLocker.cpp	Wed Feb 02 14:38:01 2011 -0500
@@ -129,7 +129,7 @@
 Monitor* GCTaskManager_lock           = NULL;
 
 Mutex*   Management_lock              = NULL;
-Monitor* LowMemory_lock               = NULL;
+Monitor* Service_lock               = NULL;
 
 #define MAX_NUM_MUTEX 128
 static Monitor * _mutex_array[MAX_NUM_MUTEX];
@@ -203,7 +203,7 @@
 
   def(Patching_lock                , Mutex  , special,     true ); // used for safepointing and code patching.
   def(ObjAllocPost_lock            , Monitor, special,     false);
-  def(LowMemory_lock               , Monitor, special,     true ); // used for low memory detection
+  def(Service_lock                 , Monitor, special,     true ); // used for service thread operations
   def(JmethodIdCreation_lock       , Mutex  , leaf,        true ); // used for creating jmethodIDs.
 
   def(SystemDictionary_lock        , Monitor, leaf,        true ); // lookups done by VM thread