Date: Mon, 24 Feb 2003 21:10:08 +0200 From: Alexey Zelkin <phantom@FreeBSD.org.ua> To: Greg Lewis <glewis@eyesbeyond.com> Cc: Alexander Kabaev <ak03@gte.com>, phantom@FreeBSD.ORG, freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.4.1 pre-patchset 3 Message-ID: <20030224211008.A89480@phantom.cris.net> In-Reply-To: <20030225044923.A46395@misty.eyesbeyond.com>; from glewis@eyesbeyond.com on Tue, Feb 25, 2003 at 04:49:23AM %2B1030 References: <20030225031335.A45842@misty.eyesbeyond.com> <20030224124801.30a63d89.ak03@gte.com> <20030225044923.A46395@misty.eyesbeyond.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Yep. Missed it in mess of debuging stuff while merging. I have disabled it completely for now, since there're few more issues with its support. Greg, please regen patchset. On Tue, Feb 25, 2003 at 04:49:23AM +1030, Greg Lewis wrote: > On Mon, Feb 24, 2003 at 12:48:01PM -0500, Alexander Kabaev wrote: > > The line in hotspot/src/os/bsd/vm/os_bsd.cpp:1117 > > if (!dlsym(RTLD_DEFAULT, &dli)) { > > should be > > if (!dlsym(RTLD_DEFAULT, "dlinfo")) { > > I guess. > > I haven't looked :). Alexey? > > -- > Greg Lewis Email : glewis@eyesbeyond.com > Eyes Beyond Web : http://www.eyesbeyond.com > Information Technology FreeBSD : glewis@FreeBSD.org > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030224211008.A89480>