From owner-freebsd-java Wed Jul 24 13:42:57 2002 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 1E6CD37B400 for ; Wed, 24 Jul 2002 13:42:55 -0700 (PDT) Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB3A543E31 for ; Wed, 24 Jul 2002 13:42:48 -0700 (PDT) (envelope-from phantom@ark.cris.net) Received: from ark.cris.net (root@ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id XAA43070; Wed, 24 Jul 2002 23:42:40 +0300 (EEST) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id g6OKgbD28149; Wed, 24 Jul 2002 23:42:37 +0300 (EEST) Date: Wed, 24 Jul 2002 23:42:37 +0300 From: Alexey Zelkin To: Bill Huey Cc: java@freebsd.org Subject: Re: jdk 1.4.0 port Message-ID: <20020724234237.A23179@ark.cris.net> References: <20020724215848.A76889@gate.sim.ionidea.com> <20020724185406.GB21299@gnuppy.monkey.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20020724185406.GB21299@gnuppy.monkey.org>; from billh@gnuppy.monkey.org on Wed, Jul 24, 2002 at 11:54:06AM -0700 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Wed, Jul 24, 2002 at 11:54:06AM -0700, Bill Huey wrote: > > Just in case if someone interesting in porting of jdk 1.4.0 > > to FreeBSD... > > Yes, I am. > > > After three days of fighting with sun's sources I am happy to notice > > that with some of hands-backed hacks it's possible now to build > > hotspot and j2re. Also I got java_g to run and run successfully until > > exit (with no parameters for now). At least I don't get Mutex and thread > > switching asserts/lockups anymore in simple configuration. > > How did you do this ? Just downloaded sources and hacked them out. > with our HotSpot sources ? I tried. But some patches that I blindly applied from 1.3.1-p6 caused me to whole night sitting in 'gdb'. Actually some of patches are easely applicable, but some absolutely not. There're quite many differences between jdk 1.3.1 and 1.4.0. One of them that green threads are not supported anymore. Actually I did not see your recent hotspot patches yet. > I haven't seen the 1.4 > tree yet, so I don't know what the issues are. I've been told that > -classic was removed from it. Yep. Only 'server' and 'client' are available. > > I have to note that it's first successful execution of natively compiled > > jdk binary, so don't wait for something usable in near future. But if > > anyone is interested in joining to reviewing/porting work I'd be happy to > > provide currently available patches. > > Under what conditions ? If you'll continue your great work on FreeBSD jdk port :-) I am now cleaning up patches and as soon as finish will post them to java-port mailing list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message