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

Jatin Bhateja jbhateja at openjdk.org
Mon Oct 21 18:15:37 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

Marked as reviewed by jbhateja (Reviewer).

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

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


More information about the hotspot-compiler-dev mailing list