From d52cdcc671af94ae19344a5c3a91f8c5c7d1289e Mon Sep 17 00:00:00 2001 From: William Kemper Date: Thu, 22 Aug 2024 11:51:46 -0700 Subject: [PATCH] Remove vestigial comment --- src/hotspot/share/gc/shenandoah/shenandoahConcurrentGC.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/hotspot/share/gc/shenandoah/shenandoahConcurrentGC.cpp b/src/hotspot/share/gc/shenandoah/shenandoahConcurrentGC.cpp index 11ee802396b..0cb152b410a 100644 --- a/src/hotspot/share/gc/shenandoah/shenandoahConcurrentGC.cpp +++ b/src/hotspot/share/gc/shenandoah/shenandoahConcurrentGC.cpp @@ -599,10 +599,7 @@ void ShenandoahConcurrentGC::op_init_mark() { if (heap->mode()->is_generational()) { if (_generation->is_young()) { - // The current implementation of swap_remembered_set() copies the write-card-table - // to the read-card-table. The remembered sets are also swapped for GLOBAL collections - // so that the verifier works with the correct copy of the card table when verifying. - // TODO: This path should not really depend on ShenandoahVerify. + // The current implementation of swap_remembered_set() copies the write-card-table to the read-card-table. ShenandoahGCPhase phase(ShenandoahPhaseTimings::init_swap_rset); _generation->swap_remembered_set(); }