JDK-8335257 : Refactor code to create Initialized Assertion Predicates into separate class
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-06-27
  • Updated: 2024-08-12
  • Resolved: 2024-08-05
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 b10Fixed
Description
This sub task refactors the code in clone_assertion_predicate_and_initialize() to a separate class inside predicates.hpp. Moreover, the method is split into two methods: One to create Initialized Assertion Predicates and one to clone Template Assertion Predicates.
Comments
Changeset: be34730f Branch: master Author: Christian Hagedorn <chagedorn@openjdk.org> Date: 2024-08-05 09:52:07 +0000 URL: https://git.openjdk.org/jdk/commit/be34730fb4e6818ac13c46b34b735c967351e5cd
05-08-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/19940 Date: 2024-06-28 13:40:50 +0000
09-07-2024