Changeset: be638dc60a3e Author: Greg Lewis <gle...@eyesbeyond.com> Date: 2014-04-20 12:34 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/be638dc60a3e
. Remove the hash-style checks. I don't believe this is relevant to any of the BSDs and clang doesn't support -dumpspecs. Submitted by: j...@freebsd.org ! make/common/Defs-bsd.gmk Changeset: a2a260c65596 Author: Greg Lewis <gle...@eyesbeyond.com> Date: 2014-04-20 12:35 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/a2a260c65596 . This function is declared to return an int, so do so rather than having an empty return statement. Returning 0 is consistent with other exception blocks. ! src/share/native/sun/management/GcInfoBuilder.c Changeset: ba4d4aed36c0 Author: Greg Lewis <gle...@eyesbeyond.com> Date: 2014-04-20 12:37 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/ba4d4aed36c0 . Use CHECK_NULL_RETURN with a return value of 0 rather than CHECK_NULL which does an empty return statement since this function is declared to return an int. Submitted by: j...@freebsd.org ! src/solaris/native/java/net/net_util_md.c