8191858: Add missing includes in memoryManager.hpp
authorstefank
Fri, 24 Nov 2017 15:21:28 +0100
changeset 48114 e6b643827037
parent 48113 af9e4669ca18
child 48115 d8ec0640616c
8191858: Add missing includes in memoryManager.hpp Reviewed-by: ehelin, tschatzl, pliden
src/hotspot/share/services/memoryManager.hpp
--- a/src/hotspot/share/services/memoryManager.hpp	Mon Nov 27 11:20:38 2017 +0530
+++ b/src/hotspot/share/services/memoryManager.hpp	Fri Nov 24 15:21:28 2017 +0100
@@ -25,7 +25,10 @@
 #ifndef SHARE_VM_SERVICES_MEMORYMANAGER_HPP
 #define SHARE_VM_SERVICES_MEMORYMANAGER_HPP
 
+#include "gc/shared/gcCause.hpp"
 #include "memory/allocation.hpp"
+#include "oops/oopsHierarchy.hpp"
+#include "runtime/handles.hpp"
 #include "runtime/timer.hpp"
 #include "services/memoryUsage.hpp"