< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahPacer.cpp

Print this page
@@ -336,5 +336,10 @@
      out->print_cr("  %5.0f of %5.0f ms (%5.1f%%): <average non-zero>",
              sum / threads_nz * 1000, total * 1000, sum / threads_nz / total * 100);
    }
    out->cr();
  }
+ 
+ void ShenandoahPeriodicPacerNotifyTask::task() {
+   assert(ShenandoahPacing, "Should not be here otherwise");
+   _pacer->notify_waiters();
+ }
< prev index next >