-
Enhancement
-
Resolution: Fixed
-
P4
-
14
-
b15
To assist with the changes proposed in JDK-8229516 we can make all the os class interrupt related routines platform independent. We still have one area of platform specific code on Windows due to the use of the _interrupt_event by the JDK Process.waitFor code (the removal of which is under investigation), but that can mostly be pushed down to the osThread layer.
- blocks
-
JDK-8229516 Thread.isInterrupted() always returns false after thread termination
-
- Resolved
-
- is blocked by
-
JDK-6313903 Thread.sleep(3) might wake up immediately on windows
-
- Resolved
-
- relates to
-
JDK-8231162 JVMTI RawMonitorWait triggers assertion failure: Only JavaThreads can be interruptible
-
- Resolved
-