< prev index next >

src/hotspot/share/gc/g1/g1ConcurrentRefineThread.cpp

Print this page
rev 55404 : 8226197: Reducing G1?s CPU cost with simplified write post-barrier and disabling concurrent refinement
Summary: A prototype to add a mode for G1 to use a simplified write post-barrier. Guarded by new flag G1FastWriteBarrier.

*** 90,99 **** --- 90,100 ---- dcqs.set_process_completed_buffers(false); } } void G1ConcurrentRefineThread::run_service() { + assert(!G1FastWriteBarrier, "ConcurrentRefine should be disabled"); _vtime_start = os::elapsedVTime(); while (!should_terminate()) { // Wait for work wait_for_completed_buffers();
< prev index next >