On Tue, 25 Aug 2026 15:30:19 GMT, Amit Kumar <[email protected]> wrote:
>> Harshit Dhiman has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> address review comments
>
> src/hotspot/cpu/s390/c1_CodeStubs_s390.cpp line 51:
>
>> 49: // Determine saved exception pc using pc relative address computation.
>> 50: {
>> 51: Label next_pc;
>
> Suggestion:
>
> NearLabel next_pc;
Ignore this one, z_larl will be the same, so it wouldn't benefit anyone.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31984#discussion_r3854698301