src/share/vm/services/management.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/services/management.cpp	Tue Jan 25 11:43:06 2011
--- new/src/share/vm/services/management.cpp	Tue Jan 25 11:43:05 2011

*** 36,45 **** --- 36,46 ---- #include "runtime/handles.inline.hpp" #include "runtime/interfaceSupport.hpp" #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" #include "services/management.hpp" #include "services/memoryManager.hpp"
*** 110,121 **** --- 111,122 ---- #endif // SERVICES_KERNEL _optional_support.isThreadAllocatedMemorySupported = 1; } void Management::initialize(TRAPS) { ! // Start the low memory detector thread ! LowMemoryDetector::initialize(); ! // Start the service thread ! ServiceThread::initialize(); if (ManagementServer) { ResourceMark rm(THREAD); HandleMark hm(THREAD);

src/share/vm/services/management.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File