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

changeset 1112
96b229c54d1e
parent 777
37f87013dfd8
child 1279
bd02caa94611
     1.1 --- a/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp	Wed Mar 25 10:36:08 2009 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp	Wed Mar 25 13:10:54 2009 -0700
     1.3 @@ -43,16 +43,9 @@
     1.4    JvmtiGCForAllocationMarker jgcm;
     1.5    G1CollectedHeap* g1h = G1CollectedHeap::heap();
     1.6    GCCauseSetter x(g1h, GCCause::_g1_inc_collection_pause);
     1.7 -  g1h->do_collection_pause_at_safepoint(NULL);
     1.8 +  g1h->do_collection_pause_at_safepoint();
     1.9  }
    1.10  
    1.11 -void VM_G1PopRegionCollectionPause::doit() {
    1.12 -  JvmtiGCForAllocationMarker jgcm;
    1.13 -  G1CollectedHeap* g1h = G1CollectedHeap::heap();
    1.14 -  g1h->do_collection_pause_at_safepoint(_pop_region);
    1.15 -}
    1.16 -
    1.17 -
    1.18  void VM_CGC_Operation::doit() {
    1.19    gclog_or_tty->date_stamp(PrintGC && PrintGCDateStamps);
    1.20    TraceCPUTime tcpu(PrintGCDetails, true, gclog_or_tty);

mercurial