src/share/vm/gc_implementation/g1/vm_operations_g1.hpp

changeset 1112
96b229c54d1e
parent 777
37f87013dfd8
child 1279
bd02caa94611
     1.1 --- a/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp	Wed Mar 25 10:36:08 2009 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp	Wed Mar 25 13:10:54 2009 -0700
     1.3 @@ -77,20 +77,6 @@
     1.4    }
     1.5  };
     1.6  
     1.7 -class VM_G1PopRegionCollectionPause: public VM_GC_Operation {
     1.8 -  HeapRegion* _pop_region;
     1.9 - public:
    1.10 -  VM_G1PopRegionCollectionPause(int gc_count_before, HeapRegion* pop_region) :
    1.11 -    VM_GC_Operation(gc_count_before),
    1.12 -    _pop_region(pop_region)
    1.13 -  {}
    1.14 -  virtual VMOp_Type type() const { return VMOp_G1PopRegionCollectionPause; }
    1.15 -  virtual void doit();
    1.16 -  virtual const char* name() const {
    1.17 -    return "garbage-first popular region collection pause";
    1.18 -  }
    1.19 -};
    1.20 -
    1.21  // Concurrent GC stop-the-world operations such as initial and final mark;
    1.22  // consider sharing these with CMS's counterparts.
    1.23  class VM_CGC_Operation: public VM_Operation {

mercurial