diff -r d222f503b7fe -r 12997ebbc0d8 src/hotspot/share/memory/heapShared.cpp --- a/src/hotspot/share/memory/heapShared.cpp Mon Aug 20 16:18:56 2018 -0700 +++ b/src/hotspot/share/memory/heapShared.cpp Mon Aug 20 13:58:23 2018 -0700 @@ -37,7 +37,7 @@ #include "memory/resourceArea.hpp" #include "oops/compressedOops.inline.hpp" #include "oops/oop.inline.hpp" -#include "runtime/fieldDescriptor.hpp" +#include "runtime/fieldDescriptor.inline.hpp" #if INCLUDE_CDS_JAVA_HEAP KlassSubGraphInfo* HeapShared::_subgraph_info_list = NULL;