--- old/src/hotspot/share/gc/cms/allocationStats.hpp 2018-03-12 10:02:05.824917586 -0400 +++ new/src/hotspot/share/gc/cms/allocationStats.hpp 2018-03-12 10:02:05.057846898 -0400 @@ -27,11 +27,10 @@ #include "gc/shared/gcUtil.hpp" #include "logging/log.hpp" -#include "memory/allocation.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/macros.hpp" -class AllocationStats VALUE_OBJ_CLASS_SPEC { +class AllocationStats { // A duration threshold (in ms) used to filter // possibly unreliable samples. static float _threshold;