< prev index next >

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

Print this page

        

@@ -23,18 +23,17 @@
  */
 
 #ifndef SHARE_VM_GC_G1_G1SURVIVORREGIONS_HPP
 #define SHARE_VM_GC_G1_G1SURVIVORREGIONS_HPP
 
-#include "memory/allocation.hpp"
 #include "runtime/globals.hpp"
 
 template <typename T>
 class GrowableArray;
 class HeapRegion;
 
-class G1SurvivorRegions VALUE_OBJ_CLASS_SPEC {
+class G1SurvivorRegions {
 private:
   GrowableArray<HeapRegion*>* _regions;
 
 public:
   G1SurvivorRegions();
< prev index next >