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:12:44 UTC 2024
On Wed, 10 Apr 2024 07:46:00 GMT, Richard Reingruber <rrich 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/ppc/sharedRuntime_ppc.cpp line 1675:
>
>> 1673: __ mr(ex_oop, R3_RET);
>> 1674: __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::log_jni_monitor_still_held));
>> 1675: // Restore potentional return value
>
> Nit
> Suggestion:
>
> // Restore potential return value
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18445#discussion_r1560283922
More information about the hotspot-dev
mailing list