JDK-8271339 : [lworld] Re-enable default value store elimination to inline type arrays
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-valhalla
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2021-07-27
  • Updated: 2022-05-20
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
Relates :  
Description
JDK-8271330 disabled default value store elimination introduced by JDK-8189802 [1] because it confused the code in MemNode::find_previous_store. We should re-enable it and add corresponding IR verification tests.

[1] http://hg.openjdk.java.net/valhalla/valhalla/rev/b826402f953a#l16.51