RFR: 8295732: Directly embed TruncatedSeqs in G1Analytics

Thomas Schatzl tschatzl at openjdk.org
Thu Oct 20 13:36:18 UTC 2022


Hi all,

  can I have reviews for this change that directly embeds `TruncatedSeq` into `G1Analytics`. There is no reason imho to use the additional indirection.

This is based on PR#10793, so please review this if not already done.

Testing: local compilation, gha

Thanks,
  Thomas

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

Depends on: https://git.openjdk.org/jdk/pull/10793

Commit messages:
 - directly embed the remaining TruncatedSeq

Changes: https://git.openjdk.org/jdk/pull/10795/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10795&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8295732
  Stats: 41 lines in 2 files changed: 0 ins; 0 del; 41 mod
  Patch: https://git.openjdk.org/jdk/pull/10795.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10795/head:pull/10795

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


More information about the hotspot-gc-dev mailing list