RE: Planning for next release (1.0.7)

2002-03-22 Thread Yong Chen
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:32AM -0800

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- From

RE: cvs Klasses.jar not up to date

2001-05-15 Thread Yong Chen
, 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]] Sent

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

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

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: cvs Klasses.jar not up to date

2001-05-14 Thread Yong Chen
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 error: unexpected token: End

RE: a problem when running java program on kaffe

2001-05-11 Thread Yong Chen
:[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' will give us a good idea

RE: kaffe javac question: forward reference supported?

2001-04-13 Thread Yong Chen
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. thanks Yong Chen

kaffe javac question: forward reference supported?

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