From owner-freebsd-java@FreeBSD.ORG Sat Aug 4 02:13:15 2007 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12FD516A417 for ; Sat, 4 Aug 2007 02:13:15 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id E0F0A13C46B for ; Sat, 4 Aug 2007 02:13:14 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so734398wxd for ; Fri, 03 Aug 2007 19:13:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lveL6kbGsnZTfhPSFA3fmaMTHv4G05cN60p9y3yaM/AVC4qAHk5u8H5aW5vnqF/caW0DLp842U/dht+NWc4WE1fIEVO56gu4LYSW5+dA67U/HDBm2c1VHpmtDbDpSFNSYVIc0olrv0D0+qx2PIK50qEGeAU5XRGmrYMwHVK4BVc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=clfdahg6yylpxlNV3iSdrqix+kVVVrdtLvVSyoNTbsj8h7t03wVIQMgOGE+EJsIdaLShV+Fgf0O/7txaoODxCooWUAIvQgWRC/57C21lVSEgNUGMnBmBMeV2fDMLbt2iYZqNBQXOBQOQ7BObsPV/EhPfax4VJFg02axyzD0qpyo= Received: by 10.90.35.15 with SMTP id i15mr3709953agi.1186193593748; Fri, 03 Aug 2007 19:13:13 -0700 (PDT) Received: by 10.90.55.10 with HTTP; Fri, 3 Aug 2007 19:13:13 -0700 (PDT) Message-ID: Date: Fri, 3 Aug 2007 21:13:13 -0500 From: Matt To: "Greg Lewis" In-Reply-To: <20070803053142.GA4434@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070803053142.GA4434@misty.eyesbeyond.com> Cc: freebsd-java@freebsd.org Subject: Re: JDK 1.6.0 patchset 1 "Brumby" 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, 04 Aug 2007 02:13:15 -0000 On 8/3/07, Greg Lewis wrote: > > On behalf of the BSD Java Porting team, I'm pleased to announce the > availability of Patchset 1 "Brumby" for JDK 1.6, based on the > JDK 1.6.0 JRL source code. > > As usual with the first patchset for a release, this patchset may be a > little rough around the edges. Its considered beta and shouldn't be used > in a production environment. Having said that, it feels more solid than > the first patchsets for previous JDK releases and should generally work > fairly well. > > A special note of thanks to Kurt Miller for getting HotSpot running so > smoothly for this release. > > The following platforms are supported by this release: > > FreeBSD 6.2/i386 (or later) > FreeBSD 6.2/amd64 (or later) > OpenBSD 4.0/i386 (or later) > OpenBSD 4.0/amd64 (or later) > > The patchset can be downloaded at: > > http://www.eyesbeyond.com/freebsddom/java/jdk16.html > > Please download and test the jdk16 port framework from > > http://people.freebsd.org/~glewis/jdk16.tgz > > This port will be committed following a short feedback period for testing. > > -- > Greg Lewis Email : glewis@eyesbeyond.com > Eyes Beyond Web : http://www.eyesbeyond.com > Information Technology FreeBSD : glewis@FreeBSD.org > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > Built and installed flawlessly on 6.2-RELEASE. Thanks for all the hard work!