JDK-8346774 : Use Predicate classes instead of Node classes
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-12-23
  • Updated: 2025-02-10
  • Resolved: 2025-02-04
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 b09Fixed
Related Reports
Blocks :  
Blocks :  
Description
Currently, we are often passing around ifs or success projections of predicates. We could replace those by using actual predicate objects.
Comments
Changeset: c545a3e0 Branch: master Author: Christian Hagedorn <chagedorn@openjdk.org> Date: 2025-02-04 07:33:34 +0000 URL: https://git.openjdk.org/jdk/commit/c545a3e028ad0760ed2f996e8bb7c56d28e4570a
04-02-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/23234 Date: 2025-01-22 13:10:37 +0000
23-01-2025