RFR: 8327743: JVM crash in hotspot/share/runtime/javaThread.cpp - failed: held monitor count should be equal to jni: 0 != 1 [v5]
David Holmes
dholmes at openjdk.org
Thu Apr 11 01:27:16 UTC 2024
On Wed, 10 Apr 2024 12:07:42 GMT, Fredrik Bredberg <fbredberg at openjdk.org> wrote:
>> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Cleanup test leftovers
>
> src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp line 1056:
>
>> 1054: __ cbz(rscratch1, L_skip_vthread_code);
>> 1055:
>> 1056: // Save return value potentially containing the exception oop in callee-saved R19 .
>
> Suggestion:
>
> // Save return value potentially containing the exception oop in callee-saved R19.
Well spotted!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18445#discussion_r1560303028
More information about the hotspot-dev
mailing list