Remove JNI checks due to numerous spurious warnings in some versions of jdk-1.8
Was happening with openjdk-1.9 on Ubuntu 16.04 Xenial Xerus and also seen in jdk-1.8 on Fedora 23 (jdk-1.8.0_65-b17)
This commit is contained in:
parent
cc15fcebd0
commit
57f1c378b2
3 changed files with 6 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
LANGUAGE = java
|
||||
JAVA = @JAVA@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAFLAGS = -Xcheck:jni
|
||||
JAVAFLAGS = @JAVAFLAGS@
|
||||
SCRIPTSUFFIX = _runme.java
|
||||
|
||||
srcdir = @srcdir@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue