Integrated: 8342715: x86 unused orw instruction encoding could be removed
hanklo6
duke at openjdk.org
Mon Oct 21 21:20:17 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
This pull request has now been integrated.
Changeset: 8276a419
Author: hanklo6 <hank.lo at intel.com>
Committer: Sandhya Viswanathan <sviswanathan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8276a419585b9f06c6e9b5fc5813aecc434e00bf
Stats: 6 lines in 2 files changed: 0 ins; 6 del; 0 mod
8342715: x86 unused orw instruction encoding could be removed
Reviewed-by: sviswanathan, jbhateja, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/21620
More information about the hotspot-compiler-dev
mailing list