< prev index next >

src/hotspot/share/gc/cms/allocationStats.hpp

Print this page

        

@@ -25,15 +25,14 @@
 #ifndef SHARE_VM_GC_CMS_ALLOCATIONSTATS_HPP
 #define SHARE_VM_GC_CMS_ALLOCATIONSTATS_HPP
 
 #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;
 
   // We measure the demand between the end of the previous sweep and
< prev index next >