You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly handle notify before wait for virtual threads
If a notify is issued before wait, then there waitingContinuations
will be NULL. In this case, the notify steps should not be executed
since there are no virtual threads waiting, and
waitingContinuations->vthread will be NULL.
Addresses point 3 in the below Github comment:
eclipse-openj9#20369 (comment).
Signed-off-by: Babneet Singh <[email protected]>
0 commit comments