On Tue, 25 Aug 2026 04:21:16 GMT, Harshit Dhiman <[email protected]> wrote:
>> 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.
You can remove it for s390x, I will look into it for other architectures with
https://bugs.openjdk.org/browse/JDK-8391044.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31984#discussion_r3849584658