RFR: 8309209: C2 failed "assert(_stack_guard_state == stack_guard_reserved_disabled) failed: inconsistent state" [v3]

David Holmes dholmes at openjdk.org
Wed Jun 28 08:05:23 UTC 2023


On Wed, 28 Jun 2023 03:16:52 GMT, Fei Yang <fyang at openjdk.org> wrote:

>> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update to 32-bit load and sub
>
> src/hotspot/cpu/riscv/interp_masm_riscv.cpp line 768:
> 
>> 766: 
>> 767:     // check if already enabled - if so no re-enabling needed
>> 768:     ldw(t0, Address(xthread, JavaThread::stack_guard_state_offset()));
> 
> It's `lw` instead of `ldw`. See my previous comment. Thanks.

Fixed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14669#discussion_r1244835112


More information about the hotspot-compiler-dev mailing list