Changeset: 90ade3e5c802 Author: Greg Lewis <gle...@eyesbeyond.com> Date: 2011-01-27 22:29 -0800 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/90ade3e5c802
If we're going to print jlong values with INT64_FORMAT, then cast them to int64_t to make sure they're the right type. ! src/share/vm/oops/constantPoolOop.cpp Changeset: bf78122e49b4 Author: Greg Lewis <gle...@eyesbeyond.com> Date: 2011-01-27 22:31 -0800 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/bf78122e49b4 . Use standard C99 printf formats rather than rolling our own where it makes sense. ! src/os/bsd/vm/os_bsd.cpp ! src/os/linux/vm/os_linux.cpp ! src/share/vm/utilities/globalDefinitions.hpp