Re: [kaffe] Compare kaffe and IBMJava2-131 Java Virtual Machine.

2003-03-13 Thread Dalibor Topic
hi Greg, --- Greg Wooledge [EMAIL PROTECTED] wrote: Dalibor Topic ([EMAIL PROTECTED]) wrote: It looks like I'll need the patch. My attempt to add this code caused kaffe to dump core immediately. I've created a patch (which needed to consider that we can't start counting stack traces right

[kaffe] [Bug in CVS version] (-1)/2 == -1 sometimes

2003-03-13 Thread Benja Fallenstein
Hi all, With a current CVS version of Kaffe (compiled yesterday), the following program, compiled with Sun javac or kjc-- - public class Foo { static int fn(int n) { return (n-1)/2; } public static void main(String[] s) {

[kaffe] Re: [Bug in CVS version] (-1)/2 == -1 sometimes

2003-03-13 Thread Benja Fallenstein
Sorry, I forgot to include my version information. [EMAIL PROTECTED]:/tmp$ /usr/local/kaffe/bin/java -version Kaffe Virtual Machine ... Engine: Just-in-time v3 Version: 1.1.x-cvs Java Version: 1.1 I'm running on x86. Thx, - Benja Benja Fallenstein wrote: Hi all, With a current CVS version

[kaffe] Gilgul 1.0.7 released

2003-03-13 Thread Gilgul Maintainer
Hi, I'd like to anounce the new version of the gilgul virtual machine, which is based on kaffe-1.0.7. Gilgul is an compatible extension to the Java language, which provides means for unanticipated software evolution. Head to http://javalab.cs.uni-bonn.de/research/gilgul/ for more information

Re: [kaffe] [Bug in CVS version] (-1)/2 == -1 sometimes

2003-03-13 Thread Timothy Stack
Hi all, hi With a current CVS version of Kaffe (compiled yesterday), the following program, compiled with Sun javac or kjc-- Thanks for the bug report, I've replicated it and am trying to fix it... Thanks, - Benja tim ___ kaffe mailing

[kaffe] Kaffe CVS: kaffe stack

2003-03-13 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: stack 03/03/13 15:17:35 Modified files: kaffe/kaffevm/jit3: icode.c Log message: Fix div_int_const_optimize so it works with negative numerators. ___ kaffe mailing list

[kaffe] Kaffe CVS: kaffe stack

2003-03-13 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: stack 03/03/13 15:20:49 Added files: test/regression: NegativeDivideConst.java Log message: Test negative numerators divided by a power of two constant. ___ kaffe mailing

[kaffe] Kaffe CVS: kaffe stack

2003-03-13 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: stack 03/03/13 15:21:07 Modified files: test/regression: Makefile.am Log message: Add NegativeDivideConst.java ___ kaffe mailing list [EMAIL PROTECTED]

[kaffe] Kaffe CVS: kaffe stack

2003-03-13 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: stack 03/03/13 15:22:45 Modified files: . : ChangeLog Log message: Fix for problem reported by Benja Fallenstein ___ kaffe mailing list [EMAIL PROTECTED]

Re: [kaffe] [Bug in CVS version] (-1)/2 == -1 sometimes

2003-03-13 Thread Timothy Stack
Hi all, hi, With a current CVS version of Kaffe (compiled yesterday), the following program, compiled with Sun javac or kjc-- ... gives me this output: [EMAIL PROTECTED]:/tmp$ /usr/local/kaffe/bin/java -cp . Foo 0 -1 CVS update and give it a try. The problem was that the jitter

[kaffe] Kaffe CVS: kaffe stack

2003-03-13 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: stack 03/03/13 15:29:41 Modified files: test/regression: Makefile.in Log message: Add NegativeDivideTest.java ___ kaffe mailing list [EMAIL PROTECTED]

[kaffe] java.lang.ArrayIndexOutOfBoundsException thrown by Stack.push()

2003-03-13 Thread Mark J Roberts
Stack.push() should not be throwing this exception. Looks like an obvious bug. Any ideas? java.lang.ArrayIndexOutOfBoundsException at java.lang.Throwable.fillInStackTrace(Throwable.java:native) at java.lang.Throwable.init(Throwable.java:37) at

[kaffe] What is the rationale for Kaffe's VM memory limits? (The -mx and -ss switches.)

2003-03-13 Thread Mark J Roberts
I am sick and tired of manually overriding the heap size limit in order to run Freenet without hitting the arbitrary default 64MB limit. I just don't understand why these options are even there, or why they are not unlimited by default. It is _breaking_ applications. The operating system should