RFR: 8377143: Parallel: Remove special treatment in JstatGcCapacityResults.java

Albert Mingkun Yang ayang at openjdk.org
Wed Feb 4 08:11:35 UTC 2026


Remove the `if (isTenuredParallelGC) {` path in `JstatGcCapacityResults.java` because ParallelGC ensures `NGC == S0C + S1C + EC` like other GCs nowadays.

Test: tier1-5

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

Commit messages:
 - pgc-svc-remove-if-check

Changes: https://git.openjdk.org/jdk/pull/29562/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=29562&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8377143
  Stats: 30 lines in 1 file changed: 0 ins; 26 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/29562.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/29562/head:pull/29562

PR: https://git.openjdk.org/jdk/pull/29562


More information about the serviceability-dev mailing list