[lworld] Integrated: 8331538: [lworld] Fix array handling code in C2 for JEP 401

Tobias Hartmann thartmann at openjdk.org
Wed May 8 09:10:44 UTC 2024


On Wed, 8 May 2024 09:02:00 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> This PR contains several fixes to array handling code in C2 to align with the JEP 401 design.
> 
> I also fixed an issue with replay compilation where `ArrayStoreData` was not correctly dumped to the file because it's a subtype of `ReceiverTypeData` which was checked first in `ciMethodData::dump_replay_data`.
> 
> Thanks,
> Tobias

This pull request has now been integrated.

Changeset: eab1e932
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/valhalla/commit/eab1e932dad26ca2dc30d3440436950ca9fd3fe9
Stats:     457 lines in 37 files changed: 202 ins; 146 del; 109 mod

8331538: [lworld] Fix array handling code in C2 for JEP 401

-------------

PR: https://git.openjdk.org/valhalla/pull/1101



More information about the valhalla-dev mailing list