Skip to content

Commit

Permalink
Remove vestigial comment
Browse files Browse the repository at this point in the history
  • Loading branch information
earthling-amzn committed Aug 22, 2024
1 parent 4d9d911 commit d52cdcc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/hotspot/share/gc/shenandoah/shenandoahConcurrentGC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit d52cdcc

Please sign in to comment.