RFR: 8373695: G1: Using a value near integer max for ActiveProcessorCount causes fatal crash [v3]
Jonas Norlinder
jnorlinder at openjdk.org
Mon Jan 5 09:25:18 UTC 2026
> 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:
Minimize changeset
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/28831/files
- new: https://git.openjdk.org/jdk/pull/28831/files/416b88ed..aee11b28
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=28831&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=28831&range=01-02
Stats: 7 lines in 4 files changed: 3 ins; 1 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/28831.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/28831/head:pull/28831
PR: https://git.openjdk.org/jdk/pull/28831
More information about the hotspot-gc-dev
mailing list