8068037: Remove dead code in G1CollectedHeap

Reviewed-by: stefank, tschatzl
This commit is contained in:
Claes Redestad 2015-01-08 14:13:03 +01:00
parent 9fd9fffd10
commit 8d30377d50
5 changed files with 0 additions and 8 deletions

View file

@ -1229,7 +1229,6 @@ bool G1CollectedHeap::do_collection(bool explicit_gc,
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
@ -1436,7 +1435,6 @@ bool G1CollectedHeap::do_collection(bool explicit_gc,
_allocator->init_mutator_alloc_region();
double end = os::elapsedTime();
g1_policy()->record_full_collection_end();
if (G1Log::fine()) {