hg: bsd-port/jdk8/hotspot: 2 new changesets
glewis at eyesbeyond.com
glewis at eyesbeyond.com
Sat Mar 14 17:19:59 UTC 2015
Changeset: abd0975a3021
Author: Greg Lewis <glewis at eyesbeyond.com>
Date: 2015-03-14 10:18 -0700
URL: http://hg.openjdk.java.net/bsd-port/jdk8/hotspot/rev/abd0975a3021
. NetBSD also has a non-pointer thread id.
Authored by: Christos Zoulas <christos at zoulas.com>
! src/os/bsd/vm/osThread_bsd.cpp
Changeset: 10acfe2761d0
Author: Greg Lewis <glewis at eyesbeyond.com>
Date: 2015-03-14 10:19 -0700
URL: http://hg.openjdk.java.net/bsd-port/jdk8/hotspot/rev/10acfe2761d0
. Use the actual lwp API from userland rather than resorting to SYSCALL on
NetBSD.
. Since gcc 4.8+ warns about the use of #if and undefined variables, use the
equivalent #ifdef constructs instead.
Authored by: Christos Zoulas <christos at zoulas.com>
! src/os/bsd/vm/os_bsd.cpp
More information about the bsd-port-dev
mailing list