src/hotspot/share/gc/g1/g1OopClosures.hpp
changeset 52875 bb051ca06e9e
parent 52349 f34a2e0069c7
child 52897 495c05ee2a9a
--- a/src/hotspot/share/gc/g1/g1OopClosures.hpp	Thu Dec 06 13:55:22 2018 +0100
+++ b/src/hotspot/share/gc/g1/g1OopClosures.hpp	Thu Dec 06 13:55:22 2018 +0100
@@ -141,11 +141,6 @@
   // during the GC (i.e., non-CSet objects). It is MT-safe.
   inline void mark_object(oop obj);
 
-  // Mark the object if it's not already marked. This is used to mark
-  // objects pointed to by roots that have been forwarded during a
-  // GC. It is MT-safe.
-  inline void mark_forwarded_object(oop from_obj, oop to_obj);
-
   G1ParCopyHelper(G1CollectedHeap* g1h,  G1ParScanThreadState* par_scan_state);
   ~G1ParCopyHelper() { }