8208635: Minimal VM build is broken after JDK-8199868 (Support JNI critical functions in object pinning API)
Summary: Added missing header file
Reviewed-by: shade, gziemski
--- a/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp Tue Jul 31 10:16:56 2018 -0700
+++ b/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp Thu Aug 02 11:13:00 2018 -0400
@@ -32,6 +32,7 @@
#include "code/icBuffer.hpp"
#include "code/nativeInst.hpp"
#include "code/vtableStubs.hpp"
+#include "gc/shared/collectedHeap.hpp"
#include "gc/shared/gcLocker.hpp"
#include "interpreter/interpreter.hpp"
#include "logging/log.hpp"