RFR: 8342715: x86 unused orw instruction encoding could be removed

Sandhya Viswanathan sviswanathan at openjdk.org
Mon Oct 21 18:06:49 UTC 2024


On Mon, 21 Oct 2024 17:49:36 GMT, hanklo6 <duke at openjdk.org> wrote:

> x86 orw(Register, Register) encoding is missing 0x66 prefix. This instruction is unused and can be removed. It was initially removed in #20901 but was re-added in #20698

Thanks for fixing this. Looks good to me.

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

Marked as reviewed by sviswanathan (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/21620#pullrequestreview-2382945173


More information about the hotspot-compiler-dev mailing list