JDK-8322547 : [lworld] Add support for larval bit preservation during de-optimization.
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-valhalla
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2023-12-20
  • Updated: 2024-01-03
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.
Other
repo-valhallaUnresolved
Related Reports
Duplicate :  
Relates :  
Description
- Currently larval state are not preserved during de-optimization.
- Append larval state to safe points while creating SafePointScalarObjectNodes
- Extend ObjectValue to capture larval state.
- Runtime support to propagate larval state to newly re-materialized object.

Comments
Also, include suggestion from JDK-8322540
21-12-2023