--- old/src/hotspot/share/gc/g1/g1CollectorState.hpp 2018-03-12 10:02:16.479899458 -0400 +++ new/src/hotspot/share/gc/g1/g1CollectorState.hpp 2018-03-12 10:02:15.699827574 -0400 @@ -26,12 +26,11 @@ #define SHARE_VM_GC_G1_G1COLLECTORSTATE_HPP #include "gc/g1/g1YCTypes.hpp" -#include "memory/allocation.hpp" #include "utilities/globalDefinitions.hpp" // Various state variables that indicate // the phase of the G1 collection. -class G1CollectorState VALUE_OBJ_CLASS_SPEC { +class G1CollectorState { // Indicates whether we are in "full young" or "mixed" GC mode. bool _gcs_are_young; // Was the last GC "young"?