JDK-8331168 : Introduce PredicateEntryIterator to iterate through predicate entries
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-04-26
  • Updated: 2024-06-26
  • Resolved: 2024-06-19
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
24 b03Fixed
Description
PhaseIdealLoop::get_early_ctrl_for_expensive() and build_loop_late_post_work() both do some iteration through predicates. This RFE refactors the code into a dedicated PredicateEntryIterator.


Comments
Changeset: 48621ae1 Author: Christian Hagedorn <chagedorn@openjdk.org> Date: 2024-06-19 06:45:04 +0000 URL: https://git.openjdk.org/jdk/commit/48621ae193ef70b2fae4dcb7ddc524f349beb131
19-06-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/19716 Date: 2024-06-14 07:53:01 +0000
14-06-2024