Skip to content

Commit 9e831bc

Browse files
committedOct 27, 2021
8275886: G1: remove obsolete comment in HeapRegion::setup_heap_region_size
Reviewed-by: mli, tschatzl
1 parent 9f75d5c commit 9e831bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

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

-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ void HeapRegion::setup_heap_region_size(size_t max_heap_size) {
8484
LogOfHRGrainBytes = region_size_log;
8585

8686
guarantee(GrainBytes == 0, "we should only set it once");
87-
// The cast to int is safe, given that we've bounded region_size by
88-
// MIN_REGION_SIZE and MAX_REGION_SIZE.
8987
GrainBytes = region_size;
9088

9189
guarantee(GrainWords == 0, "we should only set it once");

0 commit comments

Comments
 (0)
Please sign in to comment.