src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Mon May 28 22:32:03 2012
--- new/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Mon May 28 22:32:02 2012

*** 3904,3919 **** --- 3904,3913 ---- ParallelTaskTerminator::print_termination_counts(); #endif gc_epilogue(false); } if (ExitAfterGCNum > 0 && total_collections() == ExitAfterGCNum) { gclog_or_tty->print_cr("Stopping after GC #%d", ExitAfterGCNum); print_tracing_info(); vm_exit(-1); } } // The closing of the inner scope, immediately above, will complete // logging at the "fine" level. The record_collection_pause_end() call // above will complete logging at the "finer" level.

src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File