[lworld] RFR: 8354068: [lworld] Fold strict final fields more aggressively [v4]
Quan Anh Mai
qamai at openjdk.org
Thu Apr 24 14:28:50 UTC 2025
On Thu, 24 Apr 2025 13:32:14 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Quan Anh Mai has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix non-valhalla
>
> src/hotspot/share/opto/memnode.cpp line 152:
>
>> 150: // constructor invocation. E.g. A field Super.x will be set during the execution of Sub::<init>,
>> 151: // while a field Sub.y must be set before Super::<init> is invoked.
>> 152: static ciInstanceKlass* find_constructor_call_method_holder(Node* n, Node* receiver) {
>
> Suggestion:
>
> static ciInstanceKlass* find_constructor_call_method_holder(Node* call, Node* receiver) {
Done!
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/1424#discussion_r2058580869
More information about the valhalla-dev
mailing list