RFR: 8320515: assert(monitor->object_peek() != nullptr) failed: Owned monitors should not have a dead object [v8]
Stefan Karlsson
stefank at openjdk.org
Tue Nov 28 07:22:16 UTC 2023
On Tue, 28 Nov 2023 05:33:08 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> @dcubed-ojdk These are the thread routines passed to `pthread_create` and must be typed as `void *(*start_routine)(void*)`.
>
> Though I just noticed the parameter is missing. As @stefank has pointed out this was copied from another test so all of that other test's issues are/were also present here unfortunately.
I've updated the functions to use the correct signature.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16783#discussion_r1407321590
More information about the hotspot-dev
mailing list