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 211:

> 209: 
> 210:   ins_encode %{
> 211:     Label retry;

Suggestion:

    NearLabel retry;

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

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

Reply via email to