< prev index next >

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

Print this page

        

@@ -24,22 +24,21 @@
 
 #ifndef SHARE_VM_GC_G1_G1COLLECTIONSET_HPP
 #define SHARE_VM_GC_G1_G1COLLECTIONSET_HPP
 
 #include "gc/g1/collectionSetChooser.hpp"
-#include "memory/allocation.hpp"
 #include "utilities/debug.hpp"
 #include "utilities/globalDefinitions.hpp"
 
 class G1CollectedHeap;
 class G1CollectorState;
 class G1GCPhaseTimes;
 class G1Policy;
 class G1SurvivorRegions;
 class HeapRegion;
 
-class G1CollectionSet VALUE_OBJ_CLASS_SPEC {
+class G1CollectionSet {
   G1CollectedHeap* _g1;
   G1Policy* _policy;
 
   CollectionSetChooser* _cset_chooser;
 
< prev index next >