JDK 9 RFR of 8038163: Build failure on Mac OS 10.9.2 (Mavericks) due to warning treated as error
Brian Burkhalter
brian.burkhalter at oracle.com
Fri Mar 21 19:41:27 UTC 2014
Please review at your convenience:
Issue: https://bugs.openjdk.java.net/browse/JDK-8038163
Patch: http://cr.openjdk.java.net/~bpb/8038163/
My only question would be whether the changed line 291 should instead be this:
return (major > 1 || (major == 1 && minor >= 2)) ? JNI_TRUE : JNI_FALSE;
Thanks,
Brian
More information about the core-libs-dev
mailing list