< prev index next >

src/share/vm/services/management.cpp

Print this page
rev 13108 : imported patch move_format_buffer

*** 54,63 **** --- 54,65 ---- #include "services/memoryManager.hpp" #include "services/memoryPool.hpp" #include "services/memoryService.hpp" #include "services/runtimeService.hpp" #include "services/threadService.hpp" + #include "utilities/debug.hpp" + #include "utilities/formatBuffer.hpp" #include "utilities/macros.hpp" PerfVariable* Management::_begin_vm_creation_time = NULL; PerfVariable* Management::_end_vm_creation_time = NULL; PerfVariable* Management::_vm_init_done_time = NULL;
< prev index next >