[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Warnings from the bindings

From: Philip Martin <philip_at_codematters.co.uk>
Date: Fri, 30 Mar 2018 10:41:23 +0100

Philip Martin <philip_at_codematters.co.uk> writes:

> WARNING in native method: JNI call made without checking exceptions
> when required to from CallStaticObjectMethod
>
> but it's not clear to me which bit of source code is responsible.

This might be a false alarm. From

https://github.com/dropbox/djinni/issues/152#issuecomment-157220326

if I do

  echo 'public class Foo { public static void main(String[] args) throws Exception { } }' > Foo.java
  javac Foo.java
  java -Xcheck:jni Foo

I see the same warning as above.

-- 
Philip
Received on 2018-03-30 11:41:36 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.