RFR: 8290706: Remove the support for inline contiguous allocations [v3]
Aleksey Shipilev
shade at openjdk.org
Tue Jul 26 14:14:04 UTC 2022
> See the bug for rationale and link to RFC.
>
> This removes the 3rd allocation path (first two being TLAB and native GC interface), that is used by Serial/Parallel when TLABs are not available. There is little sense in keeping this code, especially since it requires supporting a bunch of platform-specific assembly.
>
> Additional testing:
> - [x] Linux x86_64 fastdebug `tier1`
> - [x] Linux x86_32 fastdebug `tier1`
> - [x] Linux AArch64 fastdebug `tier1`
> - [x] Linux x86_64 Zero build
> - [x] Linux AArch64 cross-build (attn @theRealAph, @adinn)
> - [x] Linux ARM cross-build (attn @bulasevich, @snazarkin)
> - [x] Linux S390X cross-build (attn @backwaterred, @RealLucy)
> - [x] Linux PPC64 cross-build (attn @TheRealMDoerr, @reinrich)
> - [x] Linux RISC-V cross-build (attn @RealFYang)
>
> Apart from x86 and AArch64, I only verified the cross-compilation builds pass, no other testing is done.
>
> I did not touch the JVMCI interfaces, since I am not sure what is the proper protocol for JVMCI changes.
Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
Make sure stars are aligned
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9576/files
- new: https://git.openjdk.org/jdk/pull/9576/files/dd2f3ea2..6a1c2020
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9576&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9576&range=01-02
Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/9576.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9576/head:pull/9576
PR: https://git.openjdk.org/jdk/pull/9576
More information about the hotspot-dev
mailing list