Changeset: 8b923c09d3db
Author:kurt
Date: 2013-01-11 08:20 -0500
URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/8b923c09d3db
. OpenBSD doesn't have RLIMIT_AS. Use RLIMIT_DATA instead.
! src/os/posix/vm/os_posix.cpp
Changeset: 8c50231848c6
Author:kurt
Date:
Changeset: d99689d906ec
Author:kurt
Date: 2011-09-08 23:47 -0400
URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/d99689d906ec
Summary: Handle SIGBUS the same as SIGSEGV on bsd w/zero. Needed for
FreeBSD at least.
! src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp
Changeset: 68
Changeset: 45d640b4ff1b
Author:Christos Zoulas
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 be
Changeset: 1036eb0a0543
Author:kurt
Date: 2011-01-31 18:18 -0500
URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/1036eb0a0543
Work-around OpenBSD's lack of $ORIGIN support by pre-loading libnet.so
! src/share/vm/runtime/os.cpp
Changeset: 7485f1770f80
Author:kurt
Changeset: 6c3a919105b6
Author:mikejwre
Date: 2010-07-09 19:18 -0700
URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/6c3a919105b6
Added tag jdk7-b100 for changeset ad1977f08c4d
! .hgtags
Changeset: 75b254ea860e
Author:mikejwre
Date: 2010-07-15 20:11 -0700
UR
Changeset: 97bad492994c
Author:gle...@misty.eyesbeyond.com
Date: 2009-11-15 12:41 -0800
URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/97bad492994c
. Print an intptr_t with INTPTR_FORMAT as we should.
Submitted by: john.r...@sun.com
! src/share/vm/classfile/javaCl