< prev index next >

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

Print this page
rev 7621 : 8068037: Remove dead code in G1CollectedHeap

*** 1227,1237 **** { GCTraceTime t(GCCauseString("Full GC", gc_cause()), G1Log::fine(), true, NULL, gc_tracer->gc_id()); TraceCollectorStats tcs(g1mm()->full_collection_counters()); TraceMemoryManagerStats tms(true /* fullGC */, gc_cause()); - double start = os::elapsedTime(); g1_policy()->record_full_collection_start(); // Note: When we have a more flexible GC logging framework that // allows us to add optional attributes to a GC log record we // could consider timing and reporting how long we wait in the --- 1227,1236 ----
*** 1434,1444 **** clear_cset_fast_test(); _allocator->init_mutator_alloc_region(); - double end = os::elapsedTime(); g1_policy()->record_full_collection_end(); if (G1Log::fine()) { g1_policy()->print_heap_transition(); } --- 1433,1442 ----
< prev index next >