Skip to content

Commit 5a1301d

Browse files
committed
8360548: Parallel: Remove outdated comments in MutableNUMASpace::bias_region
Reviewed-by: tschatzl
1 parent 5039b42 commit 5a1301d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hotspot/share/gc/parallel/mutableNUMASpace.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ void MutableNUMASpace::bias_region(MemRegion mr, uint lgrp_id) {
201201
const size_t os_align = UseLargePages ? page_size() : os::vm_page_size();
202202
os::realign_memory((char*)aligned_region.start(), aligned_region.byte_size(), os_align);
203203
// Then we uncommit the pages in the range.
204-
// The alignment_hint argument must be less than or equal to the small page
205-
// size if not using large pages or else this function does nothing.
206204
os::disclaim_memory((char*)aligned_region.start(), aligned_region.byte_size());
207205
// And make them local/first-touch biased.
208206
os::numa_make_local((char*)aligned_region.start(), aligned_region.byte_size(), checked_cast<int>(lgrp_id));

0 commit comments

Comments
 (0)