On Tue, 25 Aug 2026 03:27:59 GMT, Amit Kumar <[email protected]> wrote:
>> Harshit Dhiman has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> add some more comments
>
> src/hotspot/cpu/s390/gc/z/z_s390.ad line 50:
>
>> 48: }
>> 49:
>> 50: static void z_uncolor(MacroAssembler* masm, const MachNode* node,
>> Register ref) {
>
> What's the purpose of `node` here ? same with `z_color`.
This can be removed as we don't use `node` here, but I put it here just to
remain consistent with what x86 and aarch64 has done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31984#discussion_r3849538123