JDK-8344035 : Replace predicate walking code in Loop Unswitching with a predicate visitor
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-11-12
  • Updated: 2025-01-20
  • Resolved: 2025-01-13
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 25
25 b06Fixed
Related Reports
Blocks :  
Blocks :  
Relates :  
Description
As a follow-up to JDK-8342945, I'm now replacing the predicate code which clones Template Assertion and Parse Predicates with a dedicated PredicateVisitor.
Comments
Changeset: ed0b5556 Branch: master Author: Christian Hagedorn <chagedorn@openjdk.org> Date: 2025-01-13 08:09:08 +0000 URL: https://git.openjdk.org/jdk/commit/ed0b5556276cd8bb5e4a4d1f34a49c4442e2a34e
13-01-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/22828 Date: 2024-12-19 13:56:41 +0000
19-12-2024