Skip to content

Commit

Permalink
8334564: Remove extra whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
RealLucy committed Jun 20, 2024
1 parent 53f32a1 commit 585db1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/code/codeCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void CodeCache::initialize_heaps() {
// aligned down to the next lower multiple of min_size. For large page
// sizes, this may result in (non_nmethod.size == 0) which is not acceptable.
// Therefore, force non_nmethod.size to at least min_size.
non_nmethod.size = MAX2(non_nmethod.size, min_size);
non_nmethod.size = MAX2(non_nmethod.size, min_size);
}

if (!profiled.set && !non_profiled.set) {
Expand Down

0 comments on commit 585db1b

Please sign in to comment.