RFR: 8353188: C1: Clean up x86 backend after 32-bit x86 removal [v3]

Aleksey Shipilev shade at openjdk.org
Mon Apr 7 07:42:06 UTC 2025


On Wed, 2 Apr 2025 08:56:20 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Piece-wise cleanup of C1_LIRAssembler_x86, C1_MacroAssembler and related classes. C1 implements the bulk of arch-specific backend there. Major parts of this backend are already removed by #24274, this cleans up another large bulk, and hopefully most of it.
>> 
>> Additional testing:
>>  - [x] Linux x86_64 server fastdebug, `all`
>>  - [x] Linux x86_64 server fastdebug, `all` + `-XX:TieredStopAtLevel=1`
>
> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Minor whitespace reverts

Thanks! I have spot-checked that the merge with master yields no surprises. So I am integrating.

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

PR Comment: https://git.openjdk.org/jdk/pull/24301#issuecomment-2782309121


More information about the hotspot-compiler-dev mailing list