RFR: 8274987 G1: reuse the newly allocated G1SegmentedArrayBuffer even if current thread failed the race [v2]
Hamlin Li
mli at openjdk.java.net
Wed Oct 20 09:13:31 UTC 2021
> This is a follow-up of JDK-8273626.
>
> Current (original) implementation just drops the newly allocated G1SegmentedArrayBuffer if current thread fails race, but seems reuse (e.g adding to freelist) will bring some benefit.
Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
Fix compilation error
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/6034/files
- new: https://git.openjdk.java.net/jdk/pull/6034/files/a534aceb..0f719443
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6034&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6034&range=00-01
Stats: 4 lines in 1 file changed: 0 ins; 4 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/6034.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/6034/head:pull/6034
PR: https://git.openjdk.java.net/jdk/pull/6034
More information about the hotspot-gc-dev
mailing list