< prev index next >

src/share/vm/services/memoryService.hpp

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

*** 23,37 **** */ #ifndef SHARE_VM_SERVICES_MEMORYSERVICE_HPP #define SHARE_VM_SERVICES_MEMORYSERVICE_HPP #include "memory/allocation.hpp" - #include "memory/generation.hpp" #include "runtime/handles.hpp" #include "services/memoryUsage.hpp" - #include "gc_interface/gcCause.hpp" // Forward declaration class MemoryPool; class MemoryManager; class GCMemoryManager; --- 23,37 ---- */ #ifndef SHARE_VM_SERVICES_MEMORYSERVICE_HPP #define SHARE_VM_SERVICES_MEMORYSERVICE_HPP + #include "gc/shared/gcCause.hpp" + #include "gc/shared/generation.hpp" #include "memory/allocation.hpp" #include "runtime/handles.hpp" #include "services/memoryUsage.hpp" // Forward declaration class MemoryPool; class MemoryManager; class GCMemoryManager;
< prev index next >