On Wed, 4 Feb 2026 08:03:59 GMT, Albert Mingkun Yang <[email protected]> wrote:
> Remove the `if (isTenuredParallelGC) {` path in `JstatGcCapacityResults.java`
> because ParallelGC ensures `NGC == S0C + S1C + EC` like other GCs nowadays.
>
> Test: tier1-5
This pull request has now been integrated.
Changeset: b3fc013b
Author: Albert Mingkun Yang <[email protected]>
URL:
https://git.openjdk.org/jdk/commit/b3fc013b4f8171c8ee735d6fdcad696ae6e431ee
Stats: 31 lines in 1 file changed: 0 ins; 26 del; 5 mod
8377143: Parallel: Remove special treatment in JstatGcCapacityResults.java
Reviewed-by: kevinw, tschatzl
-------------
PR: https://git.openjdk.org/jdk/pull/29562