8028792: (ch) Channels native code needs to be checked for methods calling JNI with pending excepitons
Alan Bateman
Alan.Bateman at oracle.com
Sun Feb 2 12:31:47 PST 2014
On 02/02/2014 19:10, Chris Hegarty wrote:
> Looks good to me Alan, and thanks for taking care of SCTP.
>
> There are a few unnecessary returns/CHECK_NULL as the final statement of a function, e.g. in the AIX change. These are of course harmless, and may be there for style/consistency.
Thanks Chris. You are right that we could leave out the CHECK_NULL on
the last GetFieldID in several cases but I decided to put them there in
event that additional fields are added in the future. As you say, it's
harmless.
-Alan
More information about the nio-dev
mailing list