Hi Alan,
added an ExceptionDescribe to native code and an -Xcheck:jni to the
cmd line options to produce the
following:
WARNING in native method: JNI call made with exception pending
at java.net.PlainDatagramSocketImpl.socketSetOption(Native Method)
at
java.net.AbstractPlainD
Thanks Mark,
On 2 Jan 2014, at 16:26, Mark Sheppard wrote:
> Hi Alan,
> added an ExceptionDescribe to native code and an -Xcheck:jni to the cmd line
> options to produce the
> following:
>
> WARNING in native method: JNI call made with exception pending
>at java.net.PlainDatagramSocke
On 02/01/2014 16:26, Mark Sheppard wrote:
Hi Alan,
added an ExceptionDescribe to native code and an -Xcheck:jni to the
cmd line options to produce the
following:
Thanks, it is clearer now.
What you have is okay but I guess I'm just concerned that
mcast_set_if_by_if_v4 can potentially fail
Changeset: 18080cca998a
Author:dl
Date: 2014-01-03 06:22 +
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/18080cca998a
8031133: AbstractMap should specify its default implementation using @implSpec
Reviewed-by: chegar, alanb
! src/share/classes/java/util/AbstractMap.java
Chan