[kaffe] Re: kaffe for m68k/linux and m68k/netbsd

Kiyo Inaba inaba at src.ricoh.co.jp
Thu May 13 23:00:03 PDT 2004


Regression for woody finished.

================================
50 of 144 tests failed
Please report to kaffe at kaffe.org
================================

Well, so many errors, and so many things I can play with ;-)

But, the biggest problem should be compilation errors like,

error compiling:
java.lang.IllegalArgumentException: Illegal Load: 0.0
   at java.util.HashMap.<init> (HashMap.java:255)
   at java.util.HashSet.init (HashSet.java:250)
   at java.util.HashSet.<init> (HashSet.java:124)
   at java.util.HashSet.<init> (HashSet.java:113)
   at at.dms.kjc.KjcClassReader.this (KjcClassReader.java:118)
   at at.dms.kjc.KjcClassReader.<init> (KjcClassReader.java:37)
   at at.dms.kjc.Main.createEnvironment (Main.java:246)
   at at.dms.kjc.Main.run (Main.java:120)
   at at.dms.kjc.Main.compile (Main.java:70)
   at at.dms.kjc.Main.main (Main.java:61)
FAIL: ProcessClassInst.java

and, I think it was because hashtable handling was broken on this port.

My guess can be verified by

FAIL: HashtableTest1.java

Kiyo
P.S. I will check intrp first, by the way.




More information about the kaffe mailing list