diff -r 30067047ed88 -r f855ec13aa25 src/hotspot/share/gc/shenandoah/shenandoahOopClosures.inline.hpp --- a/src/hotspot/share/gc/shenandoah/shenandoahOopClosures.inline.hpp Wed Apr 03 11:30:23 2019 -0400 +++ b/src/hotspot/share/gc/shenandoah/shenandoahOopClosures.inline.hpp Wed Mar 27 22:25:03 2019 +0100 @@ -34,7 +34,7 @@ } template -inline void ShenandoahUpdateHeapRefsSuperClosure::work(T* p) { +inline void ShenandoahUpdateHeapRefsClosure::do_oop_work(T* p) { _heap->maybe_update_with_forwarded(p); }