From owner-freebsd-java Fri Aug 24 21:19:36 2001 Delivered-To: freebsd-java@freebsd.org Received: from mx1.aist.go.jp (mx1.aist.go.jp [150.29.246.133]) by hub.freebsd.org (Postfix) with ESMTP id 9B3C637B407 for ; Fri, 24 Aug 2001 21:19:32 -0700 (PDT) (envelope-from k.shudou@aist.go.jp) Received: from rpsmtp1.aist.go.jp by mx1.aist.go.jp with ESMTP id f7P4JVN29416 for ; Sat, 25 Aug 2001 13:19:31 +0900 (JST) env-from (k.shudou@aist.go.jp) Received: from mail11.aist.go.jp by rpsmtp1.aist.go.jp with ESMTP id f7P4JUU15085 for ; Sat, 25 Aug 2001 13:19:30 +0900 (JST) env-from (k.shudou@aist.go.jp) Received: from localhost by mail11.aist.go.jp with ESMTP id f7P4JTw04639 for ; Sat, 25 Aug 2001 13:19:29 +0900 (JST) env-from (k.shudou@aist.go.jp) To: java@FreeBSD.ORG Subject: Re: jdk1.3.1 awt exception, plugin, OpenJIT From: shudo@computer.org In-Reply-To: <20010825130721.A20869@misty.eyesbeyond.com> References: <20010825120422.A18841@misty.eyesbeyond.com> <20010825130721.A20869@misty.eyesbeyond.com> X-Mailer: Mew version 1.94.2 on XEmacs 21.1 (Cuyahoga Valley) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010825132040X.shudoh@aist.go.jp> Date: Sat, 25 Aug 2001 13:20:40 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 24 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 > > The question I forgot to ask in prev. message was about OpenJIT... > > is it supposed to work with jdk1.3.1? For some reason it says that OpenJIT > > is not found ajd jdk1.1.8 when started in the same environment seems to > > use it. > > There may be some problems using plugins. Recent messages to the > java-linux list indicated the Sun JDK didn't allow other plugins > anymore. The Blackdown JDK does though, so its certainly something > that could be enabled. http://www.mail-archive.com/java-linux@java.blackdown.org/msg14312.html I have experienced the problem. Sun JDK 1.3.1 for Linux does not load JIT compilers even JAVA_COMPILER set as the name of JIT. Whereas Blackdown JDK 1.3.1 loads the JITs. Of course, FreeBSD JDK 1.3.1 should be fixed to be able to load JITs. If a JIT works with JDK 1.2.2, it can also work well with JDK 1.3.1. There are a few compilation problems related to include path, but it is easy to fix them. I have already fixed a JIT to work with JDK 1.3.1. Kazuyuki Shudo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message