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

changeset 3812
bbc900c2482a
parent 3809
1d478c993020
child 3823
37552638d24a
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Wed May 30 10:26:24 2012 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Thu May 31 21:10:33 2012 +0200
     1.3 @@ -3930,12 +3930,6 @@
     1.4  
     1.5        gc_epilogue(false);
     1.6      }
     1.7 -
     1.8 -    if (ExitAfterGCNum > 0 && total_collections() == ExitAfterGCNum) {
     1.9 -      gclog_or_tty->print_cr("Stopping after GC #%d", ExitAfterGCNum);
    1.10 -      print_tracing_info();
    1.11 -      vm_exit(-1);
    1.12 -    }
    1.13    }
    1.14  
    1.15    // The closing of the inner scope, immediately above, will complete

mercurial