JDK-8344213 : Cleanup OpaqueLoop*Node verification code for Assertion Predicates
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 24
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2024-11-14
  • Updated: 2024-11-15
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
24Unresolved
Description
Currently, we are using PhaseIdealLoop::assertion_predicate_has_loop_opaque_node() throughout our code base. There are some places where the verification code is missed to call, called twice or called unnecessarily. Moreover, we should move the verification code closer to the actual Assertion Predicate code. This should be the goal of this RFE.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/22136 Date: 2024-11-15 08:17:22 +0000
15-11-2024