Date: Tue, 25 Feb 2003 04:49:23 +1030 From: Greg Lewis <glewis@eyesbeyond.com> To: Alexander Kabaev <ak03@gte.com> Cc: phantom@freebsd.org, freebsd-java@freebsd.org Subject: Re: JDK 1.4.1 pre-patchset 3 Message-ID: <20030225044923.A46395@misty.eyesbeyond.com> In-Reply-To: <20030224124801.30a63d89.ak03@gte.com>; from ak03@gte.com on Mon, Feb 24, 2003 at 12:48:01PM -0500 References: <20030225031335.A45842@misty.eyesbeyond.com> <20030224124801.30a63d89.ak03@gte.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030225044923.A46395>