Date: Mon, 24 Feb 2003 12:48:01 -0500 From: Alexander Kabaev <ak03@gte.com> To: Greg Lewis <glewis@eyesbeyond.com> Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.4.1 pre-patchset 3 Message-ID: <20030224124801.30a63d89.ak03@gte.com> In-Reply-To: <20030225031335.A45842@misty.eyesbeyond.com> References: <20030225031335.A45842@misty.eyesbeyond.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
On Tue, 25 Feb 2003 03:13:36 +1030
Greg Lewis <glewis@eyesbeyond.com> wrote:
> Hi all,
>
> I've just made pre-patchset 3 available on the web site. This
> includes many improvements made by Alexey Zelkin since patchset 2. He
> would like people to test things as much as possible so we can have a
> solid patchset 3 release.
>
> http://www.eyesbeyond.com/freebsddom/java/jdk14.html
>
> --
> 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
--
Alexander Kabaev
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?20030224124801.30a63d89.ak03>
