8191858: Add missing includes in memoryManager.hpp
Reviewed-by: ehelin, tschatzl, pliden
--- 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"