JDK-8342715 : x86 unused orw instruction encoding could be removed
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: x86
  • Submitted: 2024-10-21
  • Updated: 2024-10-21
  • Resolved: 2024-10-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 24
24 masterFixed
Description
x86 orw(Register, Register) encoding is missing 0x66 prefix. This instruction is unused and can be removed.
Comments
Changeset: 8276a419 Branch: master Author: hanklo6 <hank.lo@intel.com> Committer: Sandhya Viswanathan <sviswanathan@openjdk.org> Date: 2024-10-21 21:16:26 +0000 URL: https://git.openjdk.org/jdk/commit/8276a419585b9f06c6e9b5fc5813aecc434e00bf
21-10-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/21620 Date: 2024-10-21 17:49:36 +0000
21-10-2024