RFR: 8373695: G1: Using a value near integer max for ActiveProcessorCount causes fatal crash [v4]
Thomas Schatzl
tschatzl at openjdk.org
Wed Jan 7 15:37:08 UTC 2026
On Wed, 7 Jan 2026 13:13:20 GMT, Jonas Norlinder <jnorlinder at openjdk.org> wrote:
>> G1ConcRefinementThreads default value depends on ParallelGCThreads which in turn may depend on ActiveProcessorCount. These have different ranges that are valid. Patch will ensure argument setup code never try to assign a value larger than what G1ConcRefinementThreads expects.
>
> Jonas Norlinder has updated the pull request incrementally with one additional commit since the last revision:
>
> Use API over hardcoded values
Marked as reviewed by tschatzl (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28831#pullrequestreview-3635459293
More information about the hotspot-gc-dev
mailing list