--- old/src/hotspot/share/gc/z/zHeapIterator.cpp 2019-02-25 10:40:50.814063583 +0100 +++ new/src/hotspot/share/gc/z/zHeapIterator.cpp 2019-02-25 10:40:50.450051941 +0100 @@ -22,9 +22,9 @@ */ #include "precompiled.hpp" -#include "gc/z/zAddressRangeMap.inline.hpp" #include "gc/z/zBarrier.inline.hpp" #include "gc/z/zGlobals.hpp" +#include "gc/z/zGranuleMap.inline.hpp" #include "gc/z/zHeapIterator.hpp" #include "gc/z/zOop.inline.hpp" #include "gc/z/zRootsIterator.hpp"