RFR: 8129526: Solaris: clean up another remnant of interruptible I/O (original) (raw)
Frederic Parain frederic.parain at oracle.com
Thu Oct 29 09:57:36 UTC 2015
- Previous message: RFR: 8129526: Solaris: clean up another remnant of interruptible I/O
- Next message: RFR: 8129526: Solaris: clean up another remnant of interruptible I/O
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
David,
Thanks for continuing the interruptible I/O clean up effort. Changes look good to me.
Fred
On 10/29/2015 03:22 AM, David Holmes wrote:
bug: https://bugs.openjdk.java.net/browse/JDK-8129526 webrev: http://cr.openjdk.java.net/~dholmes/8129526/webrev/
Nothing but code deletion here :) Interruptible I/O was finally removed some time ago but we found a remnant left over in the Solaris code in the use of SIGinterrupt. But without interruptible I/O we don't need SIGinterrupt, nor its cross-platform alter-ego INTERRUPTSIGNAL. Some code related to INTERRUPTSIGNAL was copied from the Solaris code to the Linux code (even though interruptible I/O never existed on linux) and it was later copied from the Linux code to BSD and AIX. All of that has now been cleaned up too - hence the cc to porters-dev to make sure the AIX folk see this. Testing: JPRT Thanks, David
-- Frederic Parain - Oracle Grenoble Engineering Center - France Phone: +33 4 76 18 81 17 Email: Frederic.Parain at oracle.com
- Previous message: RFR: 8129526: Solaris: clean up another remnant of interruptible I/O
- Next message: RFR: 8129526: Solaris: clean up another remnant of interruptible I/O
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]