[kaffe] Kaffe CVS: kaffe tullman
    Kaffe CVS 
    cvs-commits at kaffe.org
       
    Thu May 30 15:47:33 PDT 2002
    
    
  
CVSROOT:	/cvs/kaffe
Module name:	kaffe
Changes by:	tullman	02/05/30 15:47:33
Modified files:
	test/regression: TruncatedClass.java 
	kaffe/kaffevm  : soft.h baseClasses.c debug.c 
	kaffe/kaffevm/intrp: machine.h slots.h 
Log message:
* test/regression/Truncated.java: Remove tests for bad class names
that Kaffe won't pass, and which don't belong in Truncated.java.
Make Truncated.java fail such that the test script will notice.
* kaffe/kaffevm/soft.h, kaffe/kaffevm/intrp/machine.h,
kaffe/kaffevm/intrp/slots.h: Put _slots struct into intrp/.  It was
deleted from kaffevm/ by Truncated patch commited on May 29.  Each
engine now has its own private _slots type.
* kaffe/kaffevm/baseClasses.c: Check that java.lang.String is loaded
and initialized correctly.  Fail quickly if not.
* kaffe/kaffevm/debug.c: Make printDebugBuffer() static, move
<stdarg.h> include hack to where its used.
    
    
More information about the kaffe
mailing list