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 here. Frank > > >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/bigdecimal/decdemo.java (demo source included in IBM-SDK). > > > >To reproduce de error i have also tried a simple file (Test.java), > >i can compile it but if i add the line "import java.io.*;" i get the > >same SIGILL error, > >again at java.util.Hashtable.rehash(Hashtable.java(Compiled Code)). > > > >Anyone else has the same problem?? > > > > -- > Victor Fuente > > Debian GNU/Linux User > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan