Changeset: abd0975a3021 Author: Greg Lewis <gle...@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 <chris...@zoulas.com> ! src/os/bsd/vm/osThread_bsd.cpp Changeset: 10acfe2761d0 Author: Greg Lewis <gle...@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 <chris...@zoulas.com> ! src/os/bsd/vm/os_bsd.cpp