forked from openjdk/jdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8325857: G1 Full GC flushes mark stats cache too early
Flush mark stats cache after reference processing because that phase can mark some objects. Intentionally performed serially because even on not-so-current processors this phase takes < 1ms for up to 256 threads.
- Loading branch information
Thomas Schatzl
committed
Feb 23, 2024
1 parent
68eb5a1
commit 449ea23
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters