RFR: 8373695: G1: Using a value near integer max for ActiveProcessorCount causes fatal crash [v4]
Jonas Norlinder
jnorlinder at openjdk.org
Wed Jan 7 13:13:20 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:
Use API over hardcoded values
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/28831/files
- new: https://git.openjdk.org/jdk/pull/28831/files/aee11b28..62f78a13
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=28831&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=28831&range=02-03
Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 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