src/share/vm/services/management.cpp

changeset 4542
db9981fd3124
parent 4278
070d523b96a7
child 4966
a527ddd44e07
equal deleted inserted replaced
4461:46e60405583b 4542:db9981fd3124
51 #include "services/memoryManager.hpp" 51 #include "services/memoryManager.hpp"
52 #include "services/memoryPool.hpp" 52 #include "services/memoryPool.hpp"
53 #include "services/memoryService.hpp" 53 #include "services/memoryService.hpp"
54 #include "services/runtimeService.hpp" 54 #include "services/runtimeService.hpp"
55 #include "services/threadService.hpp" 55 #include "services/threadService.hpp"
56 #include "utilities/macros.hpp"
56 57
57 PerfVariable* Management::_begin_vm_creation_time = NULL; 58 PerfVariable* Management::_begin_vm_creation_time = NULL;
58 PerfVariable* Management::_end_vm_creation_time = NULL; 59 PerfVariable* Management::_end_vm_creation_time = NULL;
59 PerfVariable* Management::_vm_init_done_time = NULL; 60 PerfVariable* Management::_vm_init_done_time = NULL;
60 61

mercurial