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

changeset 1523
3fc996d4edd2
parent 1279
bd02caa94611
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp	Thu Nov 19 10:19:19 2009 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp	Thu Nov 19 13:43:25 2009 -0800
     1.3 @@ -42,7 +42,7 @@
     1.4  void VM_G1IncCollectionPause::doit() {
     1.5    JvmtiGCForAllocationMarker jgcm;
     1.6    G1CollectedHeap* g1h = G1CollectedHeap::heap();
     1.7 -  GCCauseSetter x(g1h, GCCause::_g1_inc_collection_pause);
     1.8 +  GCCauseSetter x(g1h, _gc_cause);
     1.9    g1h->do_collection_pause_at_safepoint();
    1.10  }
    1.11  

mercurial