8199516: Remove dead code overlooked during Full GC work
authortschatzl
Wed, 14 Mar 2018 14:09:33 +0100
changeset 49394 43a2159878d3
parent 49393 93fe2fc5c093
child 49395 c382614abe59
8199516: Remove dead code overlooked during Full GC work Reviewed-by: sangheki, sjohanss
src/hotspot/share/gc/g1/g1CollectedHeap.hpp
--- a/src/hotspot/share/gc/g1/g1CollectedHeap.hpp	Wed Mar 14 12:12:00 2018 +0100
+++ b/src/hotspot/share/gc/g1/g1CollectedHeap.hpp	Wed Mar 14 14:09:33 2018 +0100
@@ -300,9 +300,6 @@
   // this method will be found dead by the marking cycle).
   void allocate_dummy_regions() PRODUCT_RETURN;
 
-  // Clear RSets after a compaction. It also resets the GC time stamps.
-  void clear_rsets_post_compaction();
-
   // If the HR printer is active, dump the state of the regions in the
   // heap after a compaction.
   void print_hrm_post_compaction();