JDK-8335392 : C2 MergeStores: enhanced pointer parsing
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-07-01
  • Updated: 2024-11-26
  • Resolved: 2024-11-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 b23Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
A pointer parser that can recognize more patterns, and not just supports arrays but also MemorySegments with native memory backing.

We should also allow larger stores into arrays with smaller elements: JDK-8335113
(e.g. putChar into byte-array, important for strings)
Comments
Changeset: f3671bee Branch: master Author: Emanuel Peter <epeter@openjdk.org> Date: 2024-11-05 11:46:40 +0000 URL: https://git.openjdk.org/jdk/commit/f3671beefb3ff07441a905e25619f0d1a0a2fe15
05-11-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/19970 Date: 2024-07-01 13:32:01 +0000
17-10-2024