--- old/src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.hpp 2019-06-12 11:28:20.280232231 -0400 +++ new/src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.hpp 2019-06-12 11:28:19.939231896 -0400 @@ -112,7 +112,8 @@ public: ShenandoahClassLoaderDataRoots(); - void clds_do(CLDClosure* strong_clds, CLDClosure* weak_clds, uint worker_id); + void always_strong_cld_do(CLDClosure* clds, uint worker_id); + void cld_do(CLDClosure* clds, uint worker_id); }; class ShenandoahRootProcessor : public StackObj {