src/share/vm/memory/genMarkSweep.cpp

Print this page
rev 4274 : 8008920: Tracing events for heap statistics

*** 108,117 **** --- 108,119 ---- allocate_stacks(); mark_sweep_phase1(level, clear_all_softrefs); + gc_tracer()->report_class_count_after_gc(&is_alive); + mark_sweep_phase2(); // Don't add any more derived pointers during phase3 COMPILER2_PRESENT(assert(DerivedPointerTable::is_active(), "Sanity")); COMPILER2_PRESENT(DerivedPointerTable::set_active(false));