RFR: 8377143: Parallel: Remove special treatment in JstatGcCapacityResults.java [v2]
Albert Mingkun Yang
ayang at openjdk.org
Wed Feb 11 14:24:33 UTC 2026
On Mon, 9 Feb 2026 21:27:47 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> Remove the `if (isTenuredParallelGC) {` path in `JstatGcCapacityResults.java` because ParallelGC ensures `NGC == S0C + S1C + EC` like other GCs nowadays.
>>
>> Test: tier1-5
>
> Albert Mingkun Yang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>
> - copyright
> - Merge branch 'master' into pgc-svc-remove-if-check
> - pgc-svc-remove-if-check
Thanks for review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29562#issuecomment-3884744790
More information about the hotspot-gc-dev
mailing list