RFR: 8291912: Introduce per-allocation target struct for members in G1PLABAllocator [v2]
Thomas Schatzl
tschatzl at openjdk.org
Mon Sep 12 11:59:55 UTC 2022
> Hi all,
>
> can I get reviews for this change that refactors the many per-destination arrays in PLABAllocator into an array of struct as I promised in the review for [JDK-8288966](https://bugs.openjdk.org/browse/JDK-8288966)/https://github.com/openjdk/jdk/pull/9726? I think that makes the code easier to follow since there is less clutter.
>
> Testing: tier1-5, no performance differences
>
> Thanks,
> Thomas
Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
sjohanss review
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9959/files
- new: https://git.openjdk.org/jdk/pull/9959/files/54c93338..5acbe3ec
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9959&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9959&range=00-01
Stats: 17 lines in 3 files changed: 0 ins; 0 del; 17 mod
Patch: https://git.openjdk.org/jdk/pull/9959.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9959/head:pull/9959
PR: https://git.openjdk.org/jdk/pull/9959
More information about the hotspot-gc-dev
mailing list