8207044: minimal vm build fail: missing #include
Summary: Add missing #include
Reviewed-by: kbarrett, shade
Contributed-by: boris.ulasevich@bell-sw.com
--- a/src/hotspot/share/gc/shared/space.inline.hpp Wed Jul 11 11:17:09 2018 -0700
+++ b/src/hotspot/share/gc/shared/space.inline.hpp Wed Jul 11 15:08:44 2018 -0400
@@ -25,6 +25,7 @@
#ifndef SHARE_VM_GC_SHARED_SPACE_INLINE_HPP
#define SHARE_VM_GC_SHARED_SPACE_INLINE_HPP
+#include "gc/shared/blockOffsetTable.inline.hpp"
#include "gc/shared/collectedHeap.hpp"
#include "gc/shared/generation.hpp"
#include "gc/shared/space.hpp"