commit | 34b08ed2a5bcb687ef3d10cbb64b091652287411 | [log] [tgz] |
---|---|---|
author | Tobias Hartmann <thartmann@openjdk.org> | Mon Dec 23 09:44:35 2019 +0100 |
committer | Tobias Hartmann <thartmann@openjdk.org> | Mon Dec 23 09:44:35 2019 +0100 |
tree | 7fb1425e728511482a44d0751e92bb35d408bb65 | |
parent | 5acd373a107c719ccdc204ba1e90485b8a0f2ce5 [diff] |
8233164: C2 fails with assert(phase->C->get_alias_index(t) == phase->C->get_alias_index(t_adr)) failed: correct memory chain Use _src_type/_dest_type as address types for the loads and stores. Reviewed-by: vlivanov, roland