Changeset: 0f8d9716a2bb Author: Greg Lewis <gle...@eyesbeyond.com> Date: 2011-01-23 22:20 -0800 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/0f8d9716a2bb
. Use the standard (C99) header <stdbool.h> rather than defining bool, true and false locally. ! src/os/bsd/vm/jsig.c Changeset: aca9fccf1724 Author: Greg Lewis <gle...@eyesbeyond.com> Date: 2011-01-23 22:23 -0800 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/aca9fccf1724 . MacOS X has no elf.h. Grab the one from glibc (precedent: we use hsearch code taken from glibc and the license is compatible) and use that instead. + src/share/vm/utilities/elf.hpp ! src/share/vm/utilities/elfFile.hpp