--- old/src/hotspot/share/gc/g1/g1CollectionSet.hpp 2018-03-12 10:02:15.591817621 -0400 +++ new/src/hotspot/share/gc/g1/g1CollectionSet.hpp 2018-03-12 10:02:14.911754952 -0400 @@ -26,7 +26,6 @@ #define SHARE_VM_GC_G1_G1COLLECTIONSET_HPP #include "gc/g1/collectionSetChooser.hpp" -#include "memory/allocation.hpp" #include "utilities/debug.hpp" #include "utilities/globalDefinitions.hpp" @@ -37,7 +36,7 @@ class G1SurvivorRegions; class HeapRegion; -class G1CollectionSet VALUE_OBJ_CLASS_SPEC { +class G1CollectionSet { G1CollectedHeap* _g1; G1Policy* _policy;