--- old/src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.hpp 2019-06-11 11:46:39.254696314 -0400 +++ new/src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.hpp 2019-06-11 11:46:38.722695339 -0400 @@ -148,6 +148,7 @@ void roots_do(uint worker_id, OopClosure* oops, CLDClosure* clds, CodeBlobClosure* code, ThreadClosure* tc = NULL); // For heap object iteration void roots_do_unchecked(OopClosure* cl); + void strong_roots_do_unchecked(OopClosure* cl); }; typedef ShenandoahRootScanner ShenandoahAllRootScanner;