8199516: Remove dead code overlooked during Full GC work
Reviewed-by: sangheki, sjohanss
--- 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();