src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.hpp
changeset 58686 0279391875bf
parent 58233 89033e6641ed
child 59296 9186be5c78ba
--- a/src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.hpp	Fri Oct 18 14:56:01 2019 +0200
+++ b/src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.hpp	Fri Oct 18 11:36:35 2019 -0400
@@ -304,6 +304,8 @@
 
   template<typename IsAlive, typename KeepAlive>
   void roots_do(uint worker_id, IsAlive* is_alive, KeepAlive* keep_alive);
+
+  void strong_roots_do(uint worker_id, OopClosure* oops_cl);
 };
 
 // Adjuster all roots at a safepoint during full gc