src/hotspot/share/gc/g1/heapRegion.hpp
changeset 52875 bb051ca06e9e
parent 51494 1906adbef2dc
child 52897 495c05ee2a9a
--- a/src/hotspot/share/gc/g1/heapRegion.hpp	Thu Dec 06 13:55:22 2018 +0100
+++ b/src/hotspot/share/gc/g1/heapRegion.hpp	Thu Dec 06 13:55:22 2018 +0100
@@ -526,14 +526,6 @@
   // info fields.
   inline void note_end_of_marking();
 
-  // Notify the region that it will be used as to-space during a GC
-  // and we are about to start copying objects into it.
-  inline void note_start_of_copying(bool during_initial_mark);
-
-  // Notify the region that it ceases being to-space during a GC and
-  // we will not copy objects into it any more.
-  inline void note_end_of_copying(bool during_initial_mark);
-
   // Notify the region that we are about to start processing
   // self-forwarded objects during evac failure handling.
   void note_self_forwarding_removal_start(bool during_initial_mark,