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

2003-03-14 Thread Dalibor Topic
hi Greg, --- Greg Wooledge [EMAIL PROTECTED] wrote: I also had to add java/io/CharArrayWriter to essential.files to get it to build the javalib. I used jikes, so I didn't notice that. Then I stopped it by pressing Ctrl-C in the window where I had started it. I don't know if this was

Re: [kaffe] Jit3 for IA-64

2003-03-14 Thread Svante Arvedal
Hi! A bit late but here comes the requested ChangeLog entries. Svante - Original Message - From: Dalibor Topic [EMAIL PROTECTED] To: Svante Arvedahl [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, February 24, 2003 8:46 PM Subject: Re: [kaffe]

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

2003-03-14 Thread Dalibor Topic
hi Mark, --- Mark J Roberts [EMAIL PROTECTED] wrote: 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 think that's due to a bug in kaffe ('s class library) as JDK seems to be able to run Freenet in

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

2003-03-14 Thread Dalibor Topic
Hi Mark, --- Mark J Roberts [EMAIL PROTECTED] wrote: Stack.push() should not be throwing this exception. Looks like an obvious bug. Any ideas? Looks like a race condition bug to me. Could you make Vector.addElement synchronized, and see if that helps? My assumption is that between the size()

[kaffe] Kaffe CVS: kaffe stack

2003-03-14 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: stack 03/03/14 08:24:28 Modified files: . : ChangeLog kaffe/kaffevm/jit3: machine.c Added files: test/regression: FloatAlias.j Log message: 2003-03-14 Tim Stack [EMAIL PROTECTED] *

Re: [kaffe] Simple program shows strange results

2003-03-14 Thread Timothy Stack
hi, In message Re: [kaffe] Simple program shows strange results on 03/03/05, Ito Kazumitsu [EMAIL PROTECTED] writes: I have made a simpler test program: This strange problem occurs with float and double, but not with int or byte. $ cat Test.java.m4 public class Test { public

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

2003-03-14 Thread Mark J Roberts
Dalibor Topic: The patch has (at least) one problem, it relies on Runtime.exit() to print the map of stack traces. Apparently it seems to be hard to get freenet to exit(). So I'm not sure how to proceed from here: if it is possible to tell a freenet node to shut down through exit(), that

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

2003-03-14 Thread Mark J Roberts
Mark J Roberts: I'll hack something together and reply with that stack trace map as soon as I have the time. I called System.exit() when Freenet was using over 150MB of memory. The output is attached. log.bz2 Description: Binary data

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

2003-03-14 Thread Matthew Toseland
On Fri, Mar 14, 2003 at 10:30:14PM -0600, Mark J Roberts wrote: Mark J Roberts: I'll hack something together and reply with that stack trace map as soon as I have the time. I called System.exit() when Freenet was using over 150MB of memory. The output is attached. It looks like you have

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

2003-03-14 Thread Matthew Toseland
- Forwarded message from - To: Dalibor Topic [EMAIL PROTECTED] Subject: Re: [kaffe] What is the rationale for Kaffe's VM memory limits? (The -mx and -ss switches.) On Fri, Mar 14, 2003 at 05:55:21AM -0800, Dalibor Topic wrote: hi Mark, --- Mark J Roberts [EMAIL PROTECTED] wrote:

[kaffe] Freenet slowness dominated by Sun's slow implementation of modPow()?

2003-03-14 Thread Matthew Toseland
It looks like the dominating factor in the crypto in authorizeTime is BigInteger.modPow() (a JVM-provided method, which really ought to be fast...). I'm seeing an average time for modPow() of 1412ms (it seems to be increasing...). With Sun 1.4. Now, with Kaffe, which uses libgmp, averages are