RFR: 8377143: Parallel: Remove special treatment in JstatGcCapacityResults.java [v2]

Kevin Walls kevinw at openjdk.org
Wed Feb 11 13:54:54 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

Looks good!

-------------

Marked as reviewed by kevinw (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/29562#pullrequestreview-3784953413


More information about the hotspot-gc-dev mailing list