RFR: 8344116: C2: remove slice parameter from LoadNode::make [v13]
Zihao Lin
duke at openjdk.org
Thu Nov 27 15:32:00 UTC 2025
On Thu, 27 Nov 2025 10:01:04 GMT, Roland Westrelin <roland at openjdk.org> wrote:
>> Zihao Lin has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix test failed
>
> src/hotspot/share/opto/graphKit.cpp line 1703:
>
>> 1701: BasicType bt,
>> 1702: DecoratorSet decorators) {
>> 1703: C2AccessValuePtr addr(adr, adr_type);
>
> `adr_type` no longer used in this and next methods.
let's remove all unused adt_type in GraphKit
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24258#discussion_r2569258915
More information about the hotspot-dev
mailing list