< prev index next >

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

Print this page

        

*** 99,115 **** } void G1YoungRemSetSamplingThread::run_service() { double vtime_start = os::elapsedVTime(); - // Print a message about periodic GC configuration. - if (G1PeriodicGCInterval != 0) { - log_info(gc)("Periodic GC enabled with interval " UINTX_FORMAT "ms", G1PeriodicGCInterval); - } else { - log_info(gc)("Periodic GC disabled"); - } - while (!should_terminate()) { sample_young_list_rs_length(); if (os::supports_vtime()) { _vtime_accum = (os::elapsedVTime() - vtime_start); --- 99,108 ----
< prev index next >