--- old/src/share/vm/gc/cms/compactibleFreeListSpace.hpp 2017-04-25 16:44:22.955175612 +0200 +++ new/src/share/vm/gc/cms/compactibleFreeListSpace.hpp 2017-04-25 16:44:22.823175617 +0200 @@ -28,6 +28,7 @@ #include "gc/cms/adaptiveFreeList.hpp" #include "gc/cms/promotionInfo.hpp" #include "gc/shared/blockOffsetTable.hpp" +#include "gc/shared/cardTable.hpp" #include "gc/shared/space.hpp" #include "logging/log.hpp" #include "memory/binaryTreeDictionary.hpp" @@ -430,7 +431,7 @@ // Override: provides a DCTO_CL specific to this kind of space. DirtyCardToOopClosure* new_dcto_cl(ExtendedOopClosure* cl, - CardTableModRefBS::PrecisionStyle precision, + CardTable::PrecisionStyle precision, HeapWord* boundary, bool parallel);