On Mon, 10 Aug 2026 12:05:44 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/gc/z/zBarrierSetAssembler_s390.cpp line 738: > >> 736: __ pop_frame(); >> 737: >> 738: __ z_lgr(ref, Z_R0); > > What's here in Z_R0 ? It contains the healed oop reference. We have put it in the Z_R0 register after the VM call in `c1_load_barrier_runtime_stub`. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31984#discussion_r3756579693
