< prev index next >

src/hotspot/share/gc/g1/g1EdenRegions.hpp

Print this page

        

@@ -24,15 +24,14 @@
 
 #ifndef SHARE_VM_GC_G1_G1EDENREGIONS_HPP
 #define SHARE_VM_GC_G1_G1EDENREGIONS_HPP
 
 #include "gc/g1/heapRegion.hpp"
-#include "memory/allocation.hpp"
 #include "runtime/globals.hpp"
 #include "utilities/debug.hpp"
 
-class G1EdenRegions VALUE_OBJ_CLASS_SPEC {
+class G1EdenRegions {
 private:
   int _length;
 
 public:
   G1EdenRegions() : _length(0) {}
< prev index next >