JDK-8276976 : Rename LIR_OprDesc to LIR_Opr
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-11-11
  • Updated: 2024-02-06
  • Resolved: 2021-11-18
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 18
18 b25Fixed
Related Reports
Relates :  
Description
Based on review for JDK-8276453, we'd like to keep the change for JDK-8276453 small, in order to ease backporting it to at least 11u and 17u.

One follow-up work is to rename all remaining LIR_OprDesc to LIR_Opr, and remove "typedef LIR_Opr LIR_OprDesc".


Comments
Changeset: 839033ba Author: Man Cao <manc@openjdk.org> Date: 2021-11-18 23:35:01 +0000 URL: https://git.openjdk.java.net/jdk/commit/839033baf61ca7f10437e8e53b2114b081d97ea9
18-11-2021