Changeset: 3e3f95d3d951 Author: Greg Lewis <gle...@eyesbeyond.com> Date: 2010-12-13 00:57 -0800 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/3e3f95d3d951
. Make rlen a size_t rather than a int. This is the correct argument type to pass to sysctl and fixes a crash on 64 bit architectures where size_t is 64 bits rather than 32 bits. ! src/solaris/native/com/sun/management/UnixOperatingSystem_md.c