RFR: 8320515: assert(monitor->object_peek() != nullptr) failed: Owned monitors should not have a dead object [v8]
David Holmes
dholmes at openjdk.org
Tue Nov 28 05:28:10 UTC 2023
On Mon, 27 Nov 2023 22:53:16 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Stefan Karlsson has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix indentation
>
> test/hotspot/jtreg/runtime/Monitor/libMonitorWithDeadObjectTest.c line 131:
>
>> 129: if ((*jvm)->DetachCurrentThread(jvm) != JNI_OK) die("DetachCurrentThread");
>> 130:
>> 131: return NULL;
>
> Why is this function return type "void*" when it only returns NULL?
@dcubed-ojdk These are the thread routines passed to `pthread_create` and must be typed as `void *(*start_routine)(void*)`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16783#discussion_r1407195886
More information about the serviceability-dev
mailing list