Re: IBM Java SDK 1.4.1

2004-01-26 Thread Sven Luther
On Sun, Jan 25, 2004 at 05:51:13PM +0100, Dalibor Topic wrote: > Frank Gevaerts wrote: > >On Sun, Jan 25, 2004 at 12:12:20AM +0100, Victor Fuente wrote: > > > >>Thank you, could you please tell me where is the JIT Documentation?? > > > > > >I posted all I know. I found it in the mailing list archiv

Re: IBM Java SDK 1.4.1

2004-01-25 Thread Kevin B. Hendricks
Hi, Possibly? The Blackdown JDK source does not come with any JIT sources but it does come with Hotspot sources but not for PPC. Would someone like me be considered "contaminated" even if there is no JIT being used (or Hotspot for that matter) for PPC since I have seen the built the Sun sourc

Re: IBM Java SDK 1.4.1

2004-01-25 Thread Dalibor Topic
Frank Gevaerts wrote: On Sun, Jan 25, 2004 at 12:12:20AM +0100, Victor Fuente wrote: Thank you, could you please tell me where is the JIT Documentation?? I posted all I know. I found it in the mailing list archives some time ago. While we are on the subject of JITs for java runtimes for Po

Re: IBM Java SDK 1.4.1

2004-01-25 Thread Frank Gevaerts
On Sun, Jan 25, 2004 at 12:12:20AM +0100, Victor Fuente wrote: > Thank you, could you please tell me where is the JIT Documentation?? I posted all I know. I found it in the mailing list archives some time ago. Frank > > >On Sat, Jan 24, 2004 at 11:16:00PM +0100, Victor Fuente wrote: > > > > >

Re: IBM Java SDK 1.4.1

2004-01-24 Thread Victor Fuente
Thank you, could you please tell me where is the JIT Documentation?? On Sat, Jan 24, 2004 at 11:16:00PM +0100, Victor Fuente wrote: Problem seems to be related to the JIT. Setting environment variable JAVA_COMPILER to NONE apparently solves the problem. That helps, but it slows every

Re: IBM Java SDK 1.4.1

2004-01-24 Thread Frank Gevaerts
On Sat, Jan 24, 2004 at 11:16:00PM +0100, Victor Fuente wrote: > Problem seems to be related to the JIT. > > Setting environment variable JAVA_COMPILER to NONE > apparently solves the problem. That helps, but it slows everything down. Try setting JITC_PROCESSOR_TYPE=6 instead. That seems to work

Re: IBM Java SDK 1.4.1

2004-01-24 Thread Victor Fuente
Problem seems to be related to the JIT. Setting environment variable JAVA_COMPILER to NONE apparently solves the problem. Hi all, i have downloaded IBM sdk 1.4.1, and when i try to run or compile applications that contain imports compilation (or run) fails with Illegal Instruction Error (SIGIL

IBM Java SDK 1.4.1

2004-01-24 Thread Victor Fuente
Hi all, i have downloaded IBM sdk 1.4.1, and when i try to run or compile applications that contain imports compilation (or run) fails with Illegal Instruction Error (SIGILL) at java.util.Hashtable.rehash(Hashtable.java(Compiled Code)). I have attached the core obtained from compilation of demo

IBM Java SDK 1.4.1 and bluej 1.3.0

2003-10-25 Thread Christian Leimer
Hi! I have installed the SDK from IBM and it works from the shell. Now I try to test a little programm with bluej1.3.0 (www.bluej.org) but I can not inspect the main methode - nothing happens and bluej freezes. If I install bluej 1.2.2 everything works okay. Can somebody with the IBM SDK test if