/hg/icedtea7-forest/jdk: PR3102: Extend 8022594 to AixPollPort
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Sep 14 16:34:56 UTC 2016
changeset 8f38927d1d34 in /hg/icedtea7-forest/jdk
details: http://icedtea.classpath.org/hg/icedtea7-forest/jdk?cmd=changeset;node=8f38927d1d34
author: andrew
date: Wed Jul 20 05:32:54 2016 +0100
PR3102: Extend 8022594 to AixPollPort
Summary: Call IOUtil.load() instead of Util.load(), which was removed in 8022594
diffstat:
src/solaris/classes/sun/nio/ch/AixPollPort.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c86c2dd2c870 -r 8f38927d1d34 src/solaris/classes/sun/nio/ch/AixPollPort.java
--- a/src/solaris/classes/sun/nio/ch/AixPollPort.java Sat Sep 10 22:36:17 2016 +0100
+++ b/src/solaris/classes/sun/nio/ch/AixPollPort.java Wed Jul 20 05:32:54 2016 +0100
@@ -45,7 +45,7 @@
private static final Unsafe unsafe = Unsafe.getUnsafe();
static {
- Util.load();
+ IOUtil.load();
init();
}
More information about the distro-pkg-dev
mailing list