hg: bsd-port/bsd-port/jdk: 3 new changesets

glewis at eyesbeyond.com glewis at eyesbeyond.com
Sun Apr 20 19:37:10 UTC 2014


Changeset: be638dc60a3e
Author:    Greg Lewis <glewis at 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:	jkim at FreeBSD.org

! make/common/Defs-bsd.gmk

Changeset: a2a260c65596
Author:    Greg Lewis <glewis at 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 <glewis at 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:	jkim at FreeBSD.org

! src/solaris/native/java/net/net_util_md.c



More information about the bsd-port-dev mailing list