8208635: Minimal VM build is broken after JDK-8199868 (Support JNI critical functions in object pinning API)
authorzgu
Thu, 02 Aug 2018 11:13:00 -0400
changeset 51285 1129f9833589
parent 51284 3528ba05663a
child 51286 744f731e9e8c
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
src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
--- 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"