Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2049959 | 1.4.1 | Hui Huang | P4 | Closed | Fixed | hopper |
VM_ThreadSuspend operation may cause deadlock if it is allocated on the heap
and it suspends a thread that is holding the malloc lock. VM will hang when
it tries to delete the VM_ThreadSuspend object after the operation is completed,
because it can't obtain malloc lock.
and it suspends a thread that is holding the malloc lock. VM will hang when
it tries to delete the VM_ThreadSuspend object after the operation is completed,
because it can't obtain malloc lock.
- backported by
-
JDK-2049959 VM_ThreadSuspend causes deadlock
-
- Closed
-