Re: [kaffe] strange problem - jvm exits with OutOfMemoryError

2005-09-20 Thread Ito Kazumitsu
> the exact command i used is 
> 
> /home/siddharth/kaffe-1.1.5/bin/java -Xms32m -Xmx32m loop
> 
> The VM exits with OutofMemory with following error message
> 
> "Throwing OutOfMemoryError is not implemented in Boehm-GC.
> Aborted"

In my case, the program ended normally.

...
>>9995
>>9996
>>9997
>>9998
$

Kaffe version:
Engine: Just-in-time v3   Version: 1.1.x-cvs   Java Version: 1.4
Heap defaults: minimum size: 5 MB, maximum size: 64 MB
Stack default size: 256 KB
Configuration/Compilation options:
)  Compile date : Mon Jul 4 10:00:20 JST 2005
  Install prefix   : /usr/local/kaffe
  Thread system: unix-pthreads
  Garbage Collector: kaffe-gc
  CC   : gcc
  CFLAGS   : -g -O2 -Wall -pthread -DENABLE_BINRELOC
  LDFLAGS  :
  ChangeLog head   : 2005-06-29  Guilhem Lavaux  <[EMAIL PROTECTED]>

OS: Linux 2.4.18-3

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] strange problem - jvm exits with OutOfMemoryError

2005-09-20 Thread siddharth karandikar
Hi,

I was running this simple program on kaffe 
---
public class loop {
    public static void main(String args[]) {
    long l = 0;
    for(l = 0 ; l <  ; l++) {
   
System.out.println(">>"+l);
    }
    }
}
---
the exact command i used is 

/home/siddharth/kaffe-1.1.5/bin/java -Xms32m -Xmx32m loop

The VM exits with OutofMemory with following error message

"Throwing OutOfMemoryError is not implemented in Boehm-GC.
Aborted"

It could never complete the loop of   :(

Any hints about what is the issue ?
Thanks,
~ Siddharth ~
___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe