Changeset: 45d640b4ff1b Author: Christos Zoulas <chris...@zoulas.com> Date: 2011-09-08 20:02 -0400 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/45d640b4ff1b
Protect __STDC_FORMAT_MACROS from re-definition. It is best not to define this here, but in jvm_bsd.h because we want it defined before we include anything else... ! src/share/vm/utilities/globalDefinitions.hpp Changeset: b99f523cf2cf Author: Christos Zoulas <chris...@zoulas.com> Date: 2011-09-08 20:04 -0400 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/b99f523cf2cf define __STDC_LIMIT_MACROS, __STDC_CONSTANT_MACROS, __STDC_FORMAT_MACROS since the jdk uses them and standards compliant ANSI C headers don't expose them by default. I did it here, so it is done early and only for NetBSD. Others might want it too. ! src/os/bsd/vm/jvm_bsd.h Changeset: 1933206ed5c0 Author: Christos Zoulas <chris...@zoulas.com> Date: 2011-09-08 20:06 -0400 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/1933206ed5c0 make this compile on IA64 ! src/share/vm/opto/connode.cpp