RFR: 8341332: Refactor array chunking statistics counters

Zhengyu Gu zgu at openjdk.org
Fri Oct 4 14:42:15 UTC 2024


Please review this patch that consolidates array chunking statistics counting and reporting inside task queue and task queue set. Also consolidating partial array chunking and processing into `PartialArrayProcessor` to reduce duplicate code.

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

Commit messages:
 - remove empty line
 - Cleanup
 - Cleanup
 - v2
 - v1
 - add new files
 - v0

Changes: https://git.openjdk.org/jdk/pull/21343/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21343&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8341332
  Stats: 448 lines in 10 files changed: 277 ins; 116 del; 55 mod
  Patch: https://git.openjdk.org/jdk/pull/21343.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21343/head:pull/21343

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


More information about the hotspot-gc-dev mailing list