JDK-8305634 : Renaming predicates, simple cleanups, and adding summary about current predicates
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,17,18,19,20,21
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-04-05
  • Updated: 2023-05-22
  • Resolved: 2023-05-16
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 21
21 b23Fixed
Description
Simple cleanups include:
- Method and variable renaming to match new naming scheme
- Improve type information (e.g. using IfProjNode instead of ProjNode)
- Removing unused variables
- Removing unnecessary checks
Comments
Changeset: 19c8c30d Author: Christian Hagedorn <chagedorn@openjdk.org> Date: 2023-05-16 13:30:07 +0000 URL: https://git.openjdk.org/jdk/commit/19c8c30d1cfe611945f1bf97018280ae6b48ee8b
16-05-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13864 Date: 2023-05-08 13:04:18 +0000
08-05-2023