From owner-freebsd-java@FreeBSD.ORG Thu Feb 21 10:55:26 2008 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5B7716A402 for ; Thu, 21 Feb 2008 10:55:26 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id A38F713C45A for ; Thu, 21 Feb 2008 10:55:26 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from webmail.alpha-tierchen.de (port-212-202-40-215.dynamic.qsc.de [212.202.40.215]) by mx02.qsc.de (Postfix) with ESMTP id 0047B16C01C3 for ; Thu, 21 Feb 2008 11:33:15 +0100 (CET) Received: from 192.168.1.2 (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Thu, 21 Feb 2008 11:33:13 +0100 (CET) Message-ID: <53298.192.168.1.2.1203589993.squirrel@webmail.alpha-tierchen.de> Date: Thu, 21 Feb 2008 11:33:13 +0100 (CET) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: java@freebsd.org User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Subject: SableVM 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: Thu, 21 Feb 2008 10:55:26 -0000 Hello, someone you may already have played with SableVM (java/sablevm), a fast and small Java virtual machine. Most likely you noticed poor stability, i.e. segmentation faults and unexpected behaviour. These failures were caused by libffi and persisted as long as the port exists. I fixed the libffi port and as far as I can say it works without problems. Hereby I like to announce that SableVM works quite nice on i386 and amd64 now and I would like to receive some feedback. Please test sablevm-1.13_1 with libffi-3.0.1. Regards Björn