From owner-freebsd-java@FreeBSD.ORG Fri Feb 6 20:32:32 2009 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 E725E106572D for ; Fri, 6 Feb 2009 20:32:32 +0000 (UTC) (envelope-from brian@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [64.156.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id D60BA8FC2A for ; Fri, 6 Feb 2009 20:32:32 +0000 (UTC) (envelope-from brian@experts-exchange.com) Received: from [192.168.103.26] (unknown [72.29.180.81]) by mail.experts-exchange.com (Postfix) with ESMTP id 6DAC24A5AA81 for ; Fri, 6 Feb 2009 12:32:32 -0800 (PST) Message-ID: <498C9E61.9010109@experts-exchange.com> Date: Fri, 06 Feb 2009 12:32:33 -0800 From: Brian Gardner User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: openjdk6 patch 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: Fri, 06 Feb 2009 20:32:33 -0000 Hello, I've created a patch for openjdk6. http://beta.experts-exchange.com/articles/OS/Unix/BSD/Patch-for-OpenJDK6-on-BSD.html I developed this port on FreeBSD 7.0, and I urge you all to try and give feedback. There are many dependencies, and I'm working on a java/openjdk6 that will make installing this easier. This port should be have all bug fixes that went into suns jdk6 release 11, as well as any FreeBSD bug fixes that have been applied towards the openjdk7. What is the stability of this port? I don't really have an answer for this yet. Currently I'm load testing this port and hope to release this in production next week. Currently the java/jdk16 port crashes fairly regularly for us. We run java on a dual quad-core machine with 16GB of memory, and run a high level of concurrency. We've even found and helped resolve concurrency/synchronization issues in several third party java libraries including Oracle and Lucene. I would encourage everybody to start testing this patch and start moving away from java/jdk16 port, but I would wait until we push into production before doing so yourselves. Thanks, Brian Gardner