< prev index next >

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

Print this page
rev 11906 : [mq]: 8164936-age-table-print-wrong

*** 4511,4520 **** --- 4511,4521 ---- redirty_logged_cards(); #if defined(COMPILER2) || INCLUDE_JVMCI DerivedPointerTable::update_pointers(); #endif + g1_policy()->print_age_table(); } void G1CollectedHeap::record_obj_copy_mem_stats() { g1_policy()->add_bytes_allocated_in_old_since_last_gc(_old_evac_stats.allocated() * HeapWordSize);
< prev index next >