[Bug 86] New: Thread.interrupt() only works on wait() and sleep()
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=86
Summary: Thread.interrupt() only works on wait() and sleep()
Product: SableVM
Version: unspecified
Platform: PC
URL: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Thread
.html#interrupt()
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
The current implementation of Thread.interrupt() does not seem to handle the
other cases described in the spec:
* join()
* interruptible channels
* selectors
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.