Blocks :
|
|
Blocks :
|
|
Relates :
|
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.
|