src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.hpp
changeset 55048 812212323fb1
parent 54882 b99e97bc5040
child 55335 f7cc25dda38a
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.hpp	Mon May 27 19:24:42 2019 +0100
+++ b/src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.hpp	Mon May 27 14:34:58 2019 -0400
@@ -48,6 +48,9 @@
   void excludes(RootTypes types);
   void oops_do(OopClosure* cl);
 
+  // Used to seed ShenandoahVerifier, do not honor root type filter
+  void roots_do(OopClosure* cl);
+  void strong_roots_do(OopClosure* cl);
 private:
   bool verify(RootTypes type) const;
 };