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 19 22:09:05 2014
--- new/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Mon May 19 22:09:05 2014

*** 3618,3628 **** --- 3618,3628 ---- } } void G1CollectedHeap::print_tracing_info() const { // We'll overload this to mean "trace GC pause statistics." ! if (TraceGen0Time || TraceGen1Time) { ! if (TraceYoungGenTime || TraceOldGenTime) { // The "G1CollectorPolicy" is keeping track of these stats, so delegate // to that. g1_policy()->print_tracing_info(); } if (G1SummarizeRSetStats) {

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