Patch for kaffe on NetBSD/sparc and some problems

Adrian Bunk bunk at fs.tum.de
Sat Nov 25 12:15:07 PST 2000


Hi,

the current CVS version of kaffe compiled fine on NetBSD/sparc-1.4.2 using
gcc-2.95.2 with "intrp" as execution engine after I corrected SP_OFFSET:


--- config/sparc/netbsd1/md.h.old       Sat Nov 25 02:59:27 2000
+++ config/sparc/netbsd1/md.h   Sat Nov 25 02:59:27 2000
@@ -15,6 +15,9 @@
 #include "sparc/common.h"
 #include "sparc/threads.h"

+#undef        SP_OFFSET
+#define       SP_OFFSET       2
+
 #if defined(TRANSLATOR)
 #include "jit-md.h"
 #endif



My problem is: When doing a "make check", the following tests fail:

FAIL: ttest.java
FAIL: ThreadInterrupt.java
FAIL: ThreadState.java
FAIL: UncaughtException.java
FAIL: Preempt.java
FAIL: PropertiesTest.java
FAIL: CLTestConc.java
FAIL: CLTestJLock.java
FAIL: CLTestFindLoaded.java
FAIL: ClassDeadLock.java
FAIL: ClassGC.java
FAIL: GCTest.java
FAIL: ThreadLocalTest.java
FAIL: ProcessClassTest.java
FAIL: ProcessClassInst.java
FAIL: ProcessClassStop.java
FAIL: ProcessClassLockTest.java
FAIL: TestUnlock.java
FAIL: CatchDeath.java
FAIL: DosTimeVerify.java


Any hints where I should start looking for the problem?


Thanks,
Adrian

-- 
A "No" uttered from deepest conviction is better and greater than a
"Yes" merely uttered to please, or what is worse, to avoid trouble.
                -- Mahatma Ghandi







More information about the kaffe mailing list