RFR: 8351157: Clean up x86 GC barriers after 32-bit x86 removal [v2]
Aleksey Shipilev
shade at openjdk.org
Mon Mar 31 09:49:08 UTC 2025
On Thu, 27 Mar 2025 12:31:21 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Assembler GC barriers have quite a bit of coding to support 32-bit x86. As 32-bit x86 is removed, we can clean up those parts.
>>
>> We can eliminate `!LP64` blocks quite easily. We can also prune passing around `thread` argument, and just trust that `r15_thread` is always available.
>>
>> Additional testing:
>> - [x] Linux x86_64 server fastdebug, `tier1`
>> - [x] Linux x86_64 server fastdebug, `all`
>
> Aleksey Shipilev has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:
>
> - Merge branch 'master' into JDK-8351157-x86-gc-barriers
> - Also do tlab_allocate
> - Rely on R15 to be a thread register
> - Work
@tschatzl, @earthling-amzn -- want to look at G1 and Shenandoah parts, respectively?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24253#issuecomment-2765712586
More information about the shenandoah-dev
mailing list