JDK-8330419 : Unused code in ConnectionGraph::specialize_castpp
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2024-04-16
  • Updated: 2024-04-26
  • Resolved: 2024-04-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 23
23 b20Fixed
Related Reports
Relates :  
Description
Noticed that `minus_one` local created in `ConnectionGraph::specialize_castpp` which is introduced by JDK-8316991 is never used.
I think it should be safe to remove it.
Comments
Changeset: 571e6bc3 Author: Fei Yang <fyang@openjdk.org> Date: 2024-04-18 12:48:24 +0000 URL: https://git.openjdk.org/jdk/commit/571e6bc3f7d521d3be7ee1c6c32705c768645b75
18-04-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/18805 Date: 2024-04-17 00:05:23 +0000
17-04-2024