[kaffe] MIPS Support Status - New Regression Failures

Kevin D. Kissell kevink at mips.com
Fri May 23 14:22:01 PDT 2003


> I've verified that the" bad FP value" problem in building classfiles
> still exists if one tries to make kaffe from current CVS sources for 
> MIPS with JIT3 enabled.  More disturbingly, some of the regression
> tests are now failing in the interpreter build, specifically GCTest.java 
> and ProcessClassTest.java Both of those were passing with an intrp
> build from the October 3 2002 CVS tree.  Are they running now 
> for all other architectures but MIPS???

Further data.  Both failures are linked to some kind of "duplicate
name" problem, whatever that is...

::::::::::::::
ClassGC.fail
::::::::::::::
java.lang.InstantiationException: Duplicate name
        at java.lang.Throwable.fillInStackTrace(Throwable.java:native)
        at java.lang.Throwable.<init>(Throwable.java:44)
        at java.lang.Exception.<init>(Exception.java:24)
        at java.lang.InstantiationException.<init>(InstantiationException.java:21)
        at java.lang.Class.newInstance(Class.java:391)
        at ClassGC.main(ClassGC.java:88)
::::::::::::::
ProcessClassTest.fail
::::::::::::::
A Segv java.lang.NullPointerException
B First java.lang.ExceptionInInitializerError: [exception was java.lang.NullPointerException]
C Second java.lang.NoClassDefFoundError: DontExist
D Third java.lang.ExceptionInInitializerError: [exception was java.lang.NoClassDefFoundError: DontExist]
E Segv java.lang.NullPointerException
F First java.lang.NoClassDefFoundError: First
G Second java.lang.ClassFormatError: Duplicate name
H Third java.lang.NoClassDefFoundError: Third






More information about the kaffe mailing list