From owner-freebsd-java@FreeBSD.ORG Wed Sep 10 03:09:50 2003 Return-Path: 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 4CB8B16A4BF for ; Wed, 10 Sep 2003 03:09:50 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B8143FCB for ; Wed, 10 Sep 2003 03:09:44 -0700 (PDT) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h8ADF6FW056715 for ; Wed, 10 Sep 2003 13:15:07 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h8AAIIx0078844; Wed, 10 Sep 2003 13:18:18 +0300 (EEST) (envelope-from phantom) Date: Wed, 10 Sep 2003 13:18:18 +0300 From: Alexey Zelkin To: java@freebsd.org Message-ID: <20030910131818.B78730@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.7-STABLE i386 Subject: jdk14 patchset 4-pre1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 10:09:50 -0000 hi, We are reached RE stage of jdk14 patchset 4 release process. Snapshot of BSD/Java CVS is available as 'Experemental' patchset from usual patchsets location (http://www.eyesbeyond.com/freebsddom/java/jdk14.html). Most of problems reported are fixed here, but some still in progress of catching. Following bugs are known and not yet fixed: . 'runaway processes' -- sometimes (once per 100-800 executions) fork()'ed proceses get deadlocked because of SIGBUS storm (i.e. blocked, but not handled by JVM signals). Usual symptoms - process which does nothing, but utilizes a lot of system time. . Drag and Drop in AWT and SWING applications. . IPv6 issues with -CURRENT (actually IPv6 disabled again, since broken IPv6 support is also brokes IPv4 support as well). If you're somehow familiar with these areas and would like to help catching these up, please contact me. Please give a try to this patchset and report me any problems. Final patchset 4 release is proposed to be released next week (before 4.9 release)