Integrated: 8341411: C2: remove slice parameter from GraphKit::make_load() and GraphKit::store_to_memory()
theoweidmannoracle
duke at openjdk.org
Wed Nov 13 13:36:50 UTC 2024
On Fri, 1 Nov 2024 14:50:31 GMT, theoweidmannoracle <duke at openjdk.org> wrote:
> This patch removes the address type from `GraphKit::make_load()` and `GraphKit::store_to_memory()`
>
> As https://github.com/openjdk/jdk/pull/21303 introduced asserts that check that the address type agrees with `C->get_alias_index(_gvn.type(adr)->isa_ptr()`, passing the address type is redundant and it can be computed internally from the address.
This pull request has now been integrated.
Changeset: 8af304c6
Author: theoweidmannoracle <theo.weidmann at oracle.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8af304c60f2758b1a6c6fb53dee6bd66b3d4f6f0
Stats: 96 lines in 10 files changed: 11 ins; 45 del; 40 mod
8341411: C2: remove slice parameter from GraphKit::make_load() and GraphKit::store_to_memory()
Reviewed-by: thartmann, roland
-------------
PR: https://git.openjdk.org/jdk/pull/21834
More information about the hotspot-dev
mailing list