RE: Planning for next release (1.0.7)

2002-03-22 Thread Yong Chen
ng the new version of Kaffe to the memory of Edouard. Allegro Networks Yong Chen -Original Message- From: Daniel Veillard [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 3:51 AM To: [EMAIL PROTECTED] Subject: Re: Planning for next release (1.0.7) On Thu, Mar 21, 2002 at 07:04:

RE: Another problem with latest CVS version

2001-05-16 Thread Yong Chen
Well, I found the exception gets thrown when a "new" statement issued (such as at line 250 in GCTest.java, which is: next.next = new GCTest_Object(i, null, Integer.toString(i)); Does it give you any hint? regards Yong Chen -Original Message

Another problem with latest CVS version

2001-05-15 Thread Yong Chen
Hi, I randomly get the following exceptions. I'm using the latest version from CVS. Sometimes "gmake check" fails on BufferedReaderTest and GCTest, so I got into .../test/regression directory and manually ran the test as following: java GCTest sometimes it succeeded, but sometimes I got the

next release

2001-05-15 Thread Yong Chen
By the way, do you have any plan or deadline for next release of Kaffe? thanks Yong Chen

RE: cvs Klasses.jar not up to date

2001-05-15 Thread Yong Chen
jc, then run it using jdk, the jdk throws verify error exception. I'm running kaffe on powerpc/netbsd. (A co-worker of mine made some changes in libffi so kaffe can now run on powerpc/netbsd). regards, Yong Chen -Original Message- From: Edouard G. Parmelan [mailto:[EMAIL PROTECTED]] Se

RE: cvs Klasses.jar not up to date

2001-05-14 Thread Yong Chen
the output of "gmake check", (only first 12 files' output shown) Any help appreciated. thanks Yong Chen PASS: HelloWorldApp.class.save error compiling: ./HelloWorldApp.java:8: error:Unexpected end of file FAIL: HelloWorldApp.java error compiling: ./TestIntLong.java:7: error:Syntax

cvs Klasses.jar not up to date

2001-05-14 Thread Yong Chen
. Can you please update Klasses.jar? (I'm having some problem to rebuild Klasses.jar). thanks Yong Chen

RE: a problem when running java program on kaffe

2001-05-11 Thread Yong Chen
mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 7:56 PM To: Yong Chen Cc: '[EMAIL PROTECTED]' Subject: Re: a problem when running java program on kaffe >I am facing a strange problem running my java application on Kaffe, Which version of Kaffe? ('kaffe -fullversion&#

a problem when running java program on kaffe

2001-05-10 Thread Yong Chen
lots of different Java applications, this problem happens to all application programs, though not often. I'm wondering if anyone knows or has experienced this problem? thanks Yong Chen

RE: kaffe javac question: forward reference supported?

2001-04-13 Thread Yong Chen
otice that with my big project (lots of files), kjc crashes when one (or several ) of the files has "while(true)" or "break" code, if I change "while(true)" to "while(flag_variable)" and set flag_variable to true, then kjc doesn't throw exceptions. than

RE: kaffe javac question: forward reference supported?

2001-04-10 Thread Yong Chen
This happens when these 2 classes are in same package, also happens when these 2 classes are in different packages. Any help is appreciated. Yong Chen java.lang.ClassCastException: can't cast `at/dms/kjc/CMethodContext' to `at/dms/kjc/CBodyContext' at at.dms.kjc.CBlockCon

kaffe javac question: forward reference supported?

2001-04-09 Thread Yong Chen
is allowed, but kaffe's javac (kjc) just doesn't allow me to compile either A or B. thanks a lot Yong Chen