From owner-freebsd-java@FreeBSD.ORG Sat Feb 24 16:13:30 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8DC116A400 for ; Sat, 24 Feb 2007 16:13:30 +0000 (UTC) (envelope-from arnej@pvv.ntnu.no) Received: from decibel.pvv.ntnu.no (decibel.pvv.ntnu.no [129.241.210.179]) by mx1.freebsd.org (Postfix) with ESMTP id 9A1AD13C4A5 for ; Sat, 24 Feb 2007 16:13:30 +0000 (UTC) (envelope-from arnej@pvv.ntnu.no) Received: from arnej by decibel.pvv.ntnu.no with local (Exim 4.60) (envelope-from ) id 1HKzWU-0007tt-AT; Sat, 24 Feb 2007 17:13:22 +0100 Date: Sat, 24 Feb 2007 17:13:22 +0100 (CET) From: "Arne H. Juul" To: Greg Lewis In-Reply-To: <20070208184853.GA31177@misty.eyesbeyond.com> Message-ID: References: <45FBF1D2998C93429047415BE8091CC8303EE5@HERMES.swistgroup.com> <20070208184853.GA31177@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Conrad Burger , freebsd-java@freebsd.org Subject: Re: Availability of Patchset for JDK 1.5.0_10 JRL X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2007 16:13:30 -0000 On Thu, 8 Feb 2007, Greg Lewis wrote: > On Tue, Feb 06, 2007 at 12:18:22PM +0200, Conrad Burger wrote: >> I would just like to know if some alpha or beta version of the FreeBSD JDK >> 1.5.0_10 JRL patchset might be available. > > Not that I'm aware of. I have a patchset for 1.5.0_11; download the sources from http://download.java.net/tiger/ and my patchset from http://www.pvv.org/~arnej/java/patch.ahj14.txt This was built by applying the BSD patchset 4, fixing rejects, and looking at the diff from SCSL sources to update 11 and changing the bsd bits to match; I've also added some changes of my own over time (I think I've covered the interesting bits in separate, previous emails to this list). I've compiled this on FreeBSD 4, FreeBSD 6, and NetBSD current, but I haven't tested it very much yet, so let's call it "alpha" please. If anybody with access to the TCK could run that test suite I would be very grateful to hear any results. - Arne H. J.