From owner-freebsd-java Fri Jun 9 4: 3:11 2000 Delivered-To: freebsd-java@freebsd.org Received: from kiew.egd.igd.fhg.de (kiew.egd.igd.fhg.de [192.102.170.32]) by hub.freebsd.org (Postfix) with ESMTP id 6D85F37B706 for <freebsd-java@freebsd.org>; Fri, 9 Jun 2000 04:03:05 -0700 (PDT) (envelope-from runge@rostock.zgdv.de) Received: from rostock.zgdv.de (penguin.egd.igd.fhg.de [192.102.170.145]) by kiew.egd.igd.fhg.de (Netscape Messaging Server 3.6) with ESMTP id AAA2024 for <freebsd-java@freebsd.org>; Fri, 9 Jun 2000 13:02:59 +0200 Message-ID: <3940CFA1.3372CED0@rostock.zgdv.de> Date: Fri, 09 Jun 2000 13:06:09 +0200 From: Thomas Runge <runge@rostock.zgdv.de> X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en, de MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: native 1.2.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Finally I succeeded compiling "my own" jdk 1.2.2 and I have to say, that I'm really surprised! I just checked some applications I made for my recent project, which make quite a lot stuff with Swing, threads and CORBA and everythin worked. There are only some problems with fonts (Font specified in font.properties not found [-*-*-medium-r-normal-*-*-%d-*-*-p-*-adobe-fontspecific]) and thus the layout looks a little bit different. I even checked suns new Java Webstart, which seems to work quite fine. But one thing makes me thoughtfully. It seems, that our native port without JIT is faster then the linux port with JIT, at least within Swing based applications. How can that be? penguin ~> /usr/local/linux-jdk1.2.2/bin/java -version java version "1.2.2" Classic VM (build Linux_JDK_1.2.2_RC4, green threads, sunwjit) penguin ~> /usr/local/jdk1.2.2/bin/java -version java version "1.2.2" Classic VM (build jdk1.2.2-FreeBSD:runge:2000/06/08-15:45, green threads, nojit) -- Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message