hotspot/src/share/vm/services/management.cpp
changeset 8110 c992c8d52344
parent 8076 96d498ec7ae1
child 8301 ced2edc6711c
--- a/hotspot/src/share/vm/services/management.cpp	Wed Feb 02 18:38:40 2011 -0500
+++ b/hotspot/src/share/vm/services/management.cpp	Wed Feb 02 14:38:01 2011 -0500
@@ -38,6 +38,7 @@
 #include "runtime/javaCalls.hpp"
 #include "runtime/jniHandles.hpp"
 #include "runtime/os.hpp"
+#include "runtime/serviceThread.hpp"
 #include "services/classLoadingService.hpp"
 #include "services/heapDumper.hpp"
 #include "services/lowMemoryDetector.hpp"
@@ -112,8 +113,8 @@
 }
 
 void Management::initialize(TRAPS) {
-  // Start the low memory detector thread
-  LowMemoryDetector::initialize();
+  // Start the service thread
+  ServiceThread::initialize();
 
   if (ManagementServer) {
     ResourceMark rm(THREAD);