--- old/src/hotspot/share/gc/g1/heapRegionRemSet.cpp 2017-11-03 14:44:17.484342992 +0100 +++ new/src/hotspot/share/gc/g1/heapRegionRemSet.cpp 2017-11-03 14:44:17.096331034 +0100 @@ -23,9 +23,9 @@ */ #include "precompiled.hpp" -#include "gc/g1/concurrentG1Refine.hpp" #include "gc/g1/g1BlockOffsetTable.inline.hpp" #include "gc/g1/g1CollectedHeap.inline.hpp" +#include "gc/g1/g1ConcurrentRefine.hpp" #include "gc/g1/g1CardLiveData.inline.hpp" #include "gc/g1/heapRegionManager.inline.hpp" #include "gc/g1/heapRegionRemSet.hpp"