Skip to content

Commit 5c7f77c

Browse files
author
Thomas Schatzl
committedNov 9, 2021
8276850: Remove outdated comment in HeapRegionManager::par_iterate
Reviewed-by: ayang, sjohanss
1 parent 945f408 commit 5c7f77c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎src/hotspot/share/gc/g1/heapRegionManager.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -593,10 +593,6 @@ void HeapRegionManager::par_iterate(HeapRegionClosure* blk, HeapRegionClaimer* h
593593
}
594594
HeapRegion* r = _regions.get_by_index(index);
595595
// We'll ignore regions already claimed.
596-
// However, if the iteration is specified as concurrent, the values for
597-
// is_starts_humongous and is_continues_humongous can not be trusted,
598-
// and we should just blindly iterate over regions regardless of their
599-
// humongous status.
600596
if (hrclaimer->is_region_claimed(index)) {
601597
continue;
602598
}

0 commit comments

Comments
 (0)
Please sign in to comment.