On Mon, 24 Aug 2026 11:42:23 GMT, Harshit Dhiman <[email protected]> wrote:

>> Port the Z garbage collector to s390.
>> 
>> The tier1 test case are passing using `-XX:+UseZGC` flag
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> 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`.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/31984#discussion_r3849325511

Reply via email to