From owner-freebsd-java Fri Apr 16 12: 1: 0 1999 Delivered-To: freebsd-java@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id AF5BA14EBE for ; Fri, 16 Apr 1999 12:00:51 -0700 (PDT) (envelope-from java@ak.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id UAA10616; Fri, 16 Apr 1999 20:58:14 +0200 (CEST) (envelope-from java@ak.sax.de) Received: (from java@localhost) by ak.sax.de (8.8.8/8.8.8) id UAA01198; Fri, 16 Apr 1999 20:53:03 +0200 From: Albrecht Kleine Message-Id: <199904161853.UAA01198@ak.sax.de> Subject: Re: JIT and unexpected verify errors for jdk1.2 In-Reply-To: <199904151746.TAA00666@ak.sax.de> from Albrecht Kleine at "Apr 15, 1999 7:46:33 pm" To: java@ak.sax.de (Albrecht Kleine) Date: Fri, 16 Apr 1999 20:53:03 +0200 (MEST) Cc: poincare@the.forthnet.gr, java-linux@java.blackdown.org, java@freeBSD.org X-Mailer: ELM [version 2.4ME+ PL47 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > At any rate, who could answer questions concerning the linux port of sunwjit? > > > PS: Hopefully tya1.3 will be out real soon, so that we don't have to depend on > > sunwjit... > > As mentioned, there is an early TYA1.3 running here but I have some > heavy problems to get EXCEPTIONS_BY_SIGNALS running. A threads problem maybe. > And BTW bug hunting is difficult because there are bugs inside the JVM > and of course my TYA bugs. In general no good idea to follow up own mails, but for your imagination what kind of bugs I am speaking about look at this: public class Moo { public static void main(String args[]) { try { int M=0,o=0; o=o/M; } catch (Exception eeee) { System.out.println("catch ex "+eeee); } try { Thread.currentThread().sleep( 1 ); } catch (InterruptedException e) { System.out.println("main sleep interrupted"); } System.out.println("END"); } } Moo running jdk1.2v1a+TYA1.3/unreleased (***) gives this: green native ====== ====== TYA compiled EXC_BY_SIGNALS: hangs okay NO EXC_BY_S...: okay okay ------------------------------- sunwjit : hangs okay Does a such TYA release really makes sense..? Consider: most users would use EXC_BY_SIGNALS and green threads as best choice. And in general it's much slower than jdk1.1+TYA. Still interested in release ?????? Cheers, Albrecht PS: (***) Moo running -green using sunwjit hangs too, of course. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message