[kaffe] memory traces from Kaffe

2003-09-02 Thread who knows
Hi everyone, I am working on data memory reference patterns of java programs. Basically I want to see memory traces of different Java programs running on Kaffe. I modified the file $ROOT/Kaffe/Kaffevm/mem/gc-mem.c to get the malloc/free trace. I get the malloc value from function

Re: [kaffe] memory traces from Kaffe

2003-09-02 Thread Helmer Krämer
On Mon, 1 Sep 2003 22:52:07 -0700 (PDT) who knows [EMAIL PROTECTED] wrote: Hi, I am working on data memory reference patterns of java programs. Basically I want to see memory traces of different Java programs running on Kaffe. I modified the file $ROOT/Kaffe/Kaffevm/mem/gc-mem.c to get

Re: [kaffe] CVS kaffe (jim): Fix -- only register network interfaces that have an IPv4 or IPv6 address.

2003-09-02 Thread Timothy Stack
PatchSet 4010 Date: 2003/09/02 00:53:58 Author: jim Branch: HEAD Tag: (none) Log: Fix -- only register network interfaces that have an IPv4 or IPv6 address. ... Its still kinda broken and a cursory look at the code shows that it doesn't quite match what the previous code was doing. Is

Re: [kaffe] bug report

2003-09-02 Thread Timothy Stack
Hi, hi, I was doing a make check on the latest CVS version of Kaffe and got the following error: ../kaffevm/.libs/libkaffevm.so: undefined reference to `softcall_illegalaccess' My bad, I'll get it in a sec. and the check failed. The architecture is PA-RISC and the OS is Debian. I

Re: [kaffe] Porting of Kaffe

2003-09-02 Thread Timothy Stack
I am part of a team porting Kaffe to a Cray. I would like to find someone who has an understanding of why the locks were implemented with hidden stack variable (the where in _lockMutex). It is causing great consternation in light of the Cray stack. Can you explain whats unique about the

[kaffe] CVS kaffe (stack): Add missing illegalaccess stuff to intrp/jit.

2003-09-02 Thread Kaffe CVS
PatchSet 4012 Date: 2003/09/02 16:40:56 Author: stack Branch: HEAD Tag: (none) Log: Add missing illegalaccess stuff to intrp/jit. Members: ChangeLog:1.1608-1.1609 kaffe/kaffevm/intrp/icode.h:1.17-1.18 kaffe/kaffevm/jit/icode.c:1.24-1.25

Re: [kaffe] Bug Report: Loading of properties is busted

2003-09-02 Thread Guilhem Lavaux
Jim Pick wrote: Hi, I've been chasing down why Jetty won't start (it hangs). It looks like some of the recent changes broke the java.util.Properties stuff. I wouldn't be surprised that this is the reason why Freenet won't start as well. Here's some code which will go into a loop trying to read

Re: [kaffe] CVS kaffe (jim): Fix -- only register network interfacesthat have an IPv4 or IPv6 address.

2003-09-02 Thread Guilhem Lavaux
Timothy Stack wrote: PatchSet 4010 Date: 2003/09/02 00:53:58 Author: jim Branch: HEAD Tag: (none) Log: Fix -- only register network interfaces that have an IPv4 or IPv6 address. ... Its still kinda broken and a cursory look at the code shows that it doesn't quite match what the previous

[kaffe] CVS kaffe (jim): Fix Datagram timeouts.

2003-09-02 Thread Kaffe CVS
PatchSet 4014 Date: 2003/09/02 23:38:27 Author: jim Branch: HEAD Tag: (none) Log: Fix Datagram timeouts. This looks like an obvious typo. Fixes DatagramSocketTest mauve test. Members: ChangeLog:1.1610-1.1611 libraries/clib/net/PlainDatagramSocketImpl.c:1.28-1.29 Index:

Re: [kaffe] Bug Report: StackOverflowError and Collections

2003-09-02 Thread Jim Pick
On Fri, 29 Aug 2003 18:14:00 -0700 Jim Pick [EMAIL PROTECTED] wrote: Hi, I'm running into problems building ant from CVS (4/28/2003 00:00 UTC), on an x86 Linux machine with the defaults (jthreads/jit3). It fails like this: ... Building Ant Distribution Buildfile: build.xml BUILD

Re: [kaffe] Bug Report: StackOverflowError and Collections

2003-09-02 Thread Jim Pick
On Tue, 2 Sep 2003 19:49:38 -0700 Jim Pick [EMAIL PROTECTED] wrote: On Fri, 29 Aug 2003 18:14:00 -0700 Jim Pick [EMAIL PROTECTED] wrote: Hi, I'm running into problems building ant from CVS (4/28/2003 00:00 UTC), on an x86 Linux machine with the defaults (jthreads/jit3). It fails