RFR: 8294729: [s390] Implement nmethod entry barriers [v16]

Tyler Steele tsteele at openjdk.org
Mon Oct 31 16:00:50 UTC 2022


On Mon, 31 Oct 2022 15:36:12 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> Tyler Steele has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Move nmethod_entry_barrier definition in hpp file
>
> src/hotspot/cpu/s390/gc/shared/barrierSetAssembler_s390.cpp line 138:
> 
>> 136: 
>> 137:     // Load value from current java object:
>> 138:     __ z_lg(Z_R0_scratch, in_bytes(bs_nm->thread_disarmed_offset()), Z_thread); // 6 bytes
> 
> Isn't this loading from the current java Thread?

Just saw this.

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

PR: https://git.openjdk.org/jdk/pull/10558


More information about the hotspot-dev mailing list