From owner-freebsd-java Mon Feb 24 9:48:19 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C01E737B401 for ; Mon, 24 Feb 2003 09:48:17 -0800 (PST) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id B043743FBF for ; Mon, 24 Feb 2003 09:48:16 -0800 (PST) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (ak03@localhost [127.0.0.1]) by h132-197-179-27.gte.com (8.12.6/8.12.6) with ESMTP id h1OHm2Qa091387; Mon, 24 Feb 2003 12:48:02 -0500 (EST) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.7/8.12.7/Submit) id h1OHm2dj091386; Mon, 24 Feb 2003 12:48:02 -0500 (EST) Date: Mon, 24 Feb 2003 12:48:01 -0500 From: Alexander Kabaev To: Greg Lewis 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> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.10claws8 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 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