Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
/ jdk19u Public archive

Commit

Permalink
8292654: G1 remembered set memory footprint regression after JDK-8286115
Browse files Browse the repository at this point in the history
Reviewed-by: iwalulya, ayang
Backport-of: 8a45abd
  • Loading branch information
Thomas Schatzl committed Sep 6, 2022
1 parent c77b1e0 commit 673f61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/gc/g1/g1_globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
"The threshold that defines (>=) a hot card.") \
range(0, max_jubyte) \
\
develop(uint, G1RemSetArrayOfCardsEntriesBase, 4, \
develop(uint, G1RemSetArrayOfCardsEntriesBase, 8, \
"Maximum number of entries per region in the Array of Cards " \
"card set container per MB of a heap region.") \
range(1, 65536) \
Expand Down

1 comment on commit 673f61b

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.