JDK-8341856 : [lworld] Add value type tests for the cases in compiler/c2/irTests/scalarReplacement/AllocationMergesTests.java
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-valhalla
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2024-10-09
  • Updated: 2025-05-21
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
Blocks :  
Relates :  
Relates :  
Description
Once JDK-8315003 is we, we should think about adding value type tests for the cases in compiler/c2/irTests/scalarReplacement/AllocationMergesTests.java.

There is currently a blocking bug (JDK-8335977) which first should be fixed in mainline. This bug fix should probably extend compiler/c2/irTests/scalarReplacement/AllocationMergesTests.java anyway and add deoptimization points together with verification code to ensure that the debug info is correct. Once this is done, we can extend this test with value types.