--- a/src/hotspot/share/gc/shenandoah/shenandoahClosures.hpp Thu Jul 25 12:20:04 2019 +0530
+++ b/src/hotspot/share/gc/shenandoah/shenandoahClosures.hpp Mon Jul 22 16:32:58 2019 -0400
@@ -79,6 +79,16 @@
inline void do_oop_work(T* p);
};
+class ShenandoahEvacUpdateOopStorageRootsClosure : public BasicOopIterateClosure {
+private:
+ ShenandoahHeap* _heap;
+ Thread* _thread;
+public:
+ inline ShenandoahEvacUpdateOopStorageRootsClosure();
+ inline void do_oop(oop* p);
+ inline void do_oop(narrowOop* p);
+};
+
#ifdef ASSERT
class ShenandoahAssertNotForwardedClosure : public OopClosure {
private: