Date: Fri, 16 Apr 1999 20:53:03 +0200 (MEST) From: Albrecht Kleine <java@ak.sax.de> To: java@ak.sax.de (Albrecht Kleine) Cc: poincare@the.forthnet.gr, java-linux@java.blackdown.org, java@freeBSD.org Subject: Re: JIT and unexpected verify errors for jdk1.2 Message-ID: <199904161853.UAA01198@ak.sax.de> In-Reply-To: <199904151746.TAA00666@ak.sax.de> from Albrecht Kleine at "Apr 15, 1999 7:46:33 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904161853.UAA01198>