hg: bsd-port/bsd-port/hotspot: . On NetBSD, return the LWP id as the thread id.

2015-03-10 Thread glewis
Changeset: 6c6d4d4c6c80 Author:Greg Lewis Date: 2015-03-10 21:01 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/6c6d4d4c6c80 . On NetBSD, return the LWP id as the thread id. Authored by:Christos Zoulas ! src/os/bsd/vm/os_bsd.cpp

hg: bsd-port/bsd-port/jdk: . NetBSD does not have SCTP support.

2015-03-10 Thread glewis
Changeset: 79f707071596 Author:Greg Lewis Date: 2015-03-10 21:02 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/79f707071596 . NetBSD does not have SCTP support. Authored by:Christos Zoulas ! make/com/sun/nio/sctp/FILES_c.gmk ! make/com/sun/nio/sctp/FILES_ja

hg: bsd-port/jdk8/jdk: . Correctly use the BLOCKING_IO_RETURN_INT() macro in NET_Accept().

2015-03-10 Thread glewis
Changeset: 14bb06a33f2e Author:Greg Lewis Date: 2015-03-10 21:05 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/14bb06a33f2e . Correctly use the BLOCKING_IO_RETURN_INT() macro in NET_Accept(). Authored by:Jung-uk Kim ! src/solaris/native/java/net/bsd_close.c