Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2048053 | 1.4.1 | Daniel Daugherty | P4 | Resolved | Fixed | hopper |
Name: dd4877 Date: 10/11/2001
daniel.daugherty@Sun 2001-10-11
jvmpi::post_event_vm_mode() does direct thread state transitions into
_thread_in_native mode. This means that a pending external suspend
that was set while the thread was in a different thread_state will not
get handled until sometime later.
This can cause timeouts in wait_for_ext_suspend_completion().
======================================================================
- backported by
-
JDK-2048053 post_event_vm_mode() doesn't handle pending external suspend requests
-
- Resolved
-