RFR: 8339698: x86 unused andw/orw/xorw/addw encoding could be removed [v2]

Jatin Bhateja jbhateja at openjdk.org
Tue Sep 10 11:51:06 UTC 2024


On Mon, 9 Sep 2024 18:17:18 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

>> x86 andw/orw/xorw(Register, Register) encoding is missing 0x66 prefix. These instructions along with addw(Register, Register) are unused and so removed.
>> 
>> Best Regards,
>> Sandhya
>
> Sandhya Viswanathan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove unused andw/orw/xorw/addw (reg, reg) instruction encoding

Cleanup is also fine, still looks good.

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

Marked as reviewed by jbhateja (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20901#pullrequestreview-2292198534


More information about the hotspot-compiler-dev mailing list