hg: jdk8u/jdk8u-dev/jdk: 8028792: (ch) Channels native code needs to be checked for methods calling JNI with pending excepitons
mark.sheppard at oracle.com
mark.sheppard at oracle.com
Fri Jan 23 17:35:34 UTC 2015
Changeset: 541cdea093a4
Author: alanb
Date: 2015-01-23 17:37 +0000
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/541cdea093a4
8028792: (ch) Channels native code needs to be checked for methods calling JNI with pending excepitons
Summary: added null checks to JNI functoin call return values
Reviewed-by: chegar, coffeys
! src/aix/classes/sun/nio/fs/AixNativeDispatcher.java
! src/aix/native/sun/nio/fs/AixNativeDispatcher.c
! src/solaris/native/java/io/UnixFileSystem_md.c
! src/solaris/native/sun/nio/ch/DatagramChannelImpl.c
! src/solaris/native/sun/nio/ch/FileKey.c
! src/solaris/native/sun/nio/ch/IOUtil.c
! src/solaris/native/sun/nio/ch/ServerSocketChannelImpl.c
! src/solaris/native/sun/nio/ch/sctp/SctpChannelImpl.c
! src/solaris/native/sun/nio/ch/sctp/SctpNet.c
! src/solaris/native/sun/nio/fs/BsdNativeDispatcher.c
! src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c
! src/solaris/native/sun/nio/fs/SolarisNativeDispatcher.c
! src/solaris/native/sun/nio/fs/UnixNativeDispatcher.c
! src/windows/native/java/io/FileDescriptor_md.c
! src/windows/native/java/io/WinNTFileSystem_md.c
! src/windows/native/sun/nio/ch/DatagramChannelImpl.c
! src/windows/native/sun/nio/ch/FileKey.c
! src/windows/native/sun/nio/ch/IOUtil.c
! src/windows/native/sun/nio/ch/Iocp.c
! src/windows/native/sun/nio/ch/ServerSocketChannelImpl.c
! src/windows/native/sun/nio/ch/SocketChannelImpl.c
! src/windows/native/sun/nio/fs/WindowsNativeDispatcher.c
More information about the jdk8u-dev-changes
mailing list