Re: [kaffe] Microsoft Features in Kaffe

2008-04-06 Thread Michael Franz
/src/kaffe-all/src/libraries/javalib/microsoft/ > > That's in the old Transvirtual Kaffe tree. > > I believe that Transvirtual was paid to implement these by Microsoft's > legal team (who were embroiled in a legal war with Sun at the time). > > Strange story, eh? :-)

[kaffe] Microsoft Features in Kaffe

2008-04-05 Thread Michael Franz
Hi, I was browsing around the kaffe site and found this article from 1999 [1], are these features in kaffe? If so, what are they? Michael 1. http://www.wired.com/science/discoveries/news/1999/06/20225 ___ kaffe mailing list kaffe@kaffe.org http://kaf

Re: [kaffe] Swing GTK

2008-03-24 Thread Michael Franz
On Mon, Mar 24, 2008 at 8:49 AM, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Michael Franz wrote: > > Hi, > > > > I was trying to get Kaffe to have a gtk look and feel on Fedora. It > > seems that the two looks supported are gnu and the Metal. gnu does > >

[kaffe] Swing GTK

2008-03-23 Thread Michael Franz
Hi, I was trying to get Kaffe to have a gtk look and feel on Fedora. It seems that the two looks supported are gnu and the Metal. gnu does not look like GTK. Is there a GTK look and feel for Linux? Or is there something wrong with my installation? I tried classpath head, but kaffe head would

Re: [kaffe] comparison of open source jvm

2008-03-15 Thread Michael Franz
On Sat, Mar 15, 2008 at 5:11 PM, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Rohit wrote: > > I know i must be missing few important things to consider for this > > comparison. Also many of you must have already analyzed these > > implementation and compared them. So whatever information you can >

[kaffe] Re: Kaffe HEAD on OS X 10.4.11

2008-02-22 Thread Michael Franz
Michael On Thu, Feb 21, 2008 at 10:30 PM, Michael Franz <[EMAIL PROTECTED]> wrote: > Hi, > I have been able to get cvs head to build and run on OS X. The intrp and > JIT both work and run with 29 of 149 failures. The boehm-gc hangs the > process. > >

Re: [kaffe] kaffe 1.1.9 "Spring Cleanup" relased

2008-02-22 Thread Michael Franz
This version is still Java 1.4.2? On Fri, Feb 22, 2008 at 2:40 AM, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Hi team, > > I've tagged 1.1.9, and uploaded the source code archives to > http://www.kaffe.org/~robilad. Jim, when you have time, please send out > an official release announcement to an

[kaffe] Kaffe HEAD on OS X 10.4.11

2008-02-21 Thread Michael Franz
Hi, I have been able to get cvs head to build and run on OS X. The intrp and JIT both work and run with 29 of 149 failures. The boehm-gc hangs the process. This is x86. Michael ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/li

Re: [kaffe] Re: Linker Errors on OS X 10.4.11 - Kaffe 1.1.8

2008-02-21 Thread Michael Franz
I replaced the 3 below with the libffi option, it did not link. I added them back with the libffi and it linked again, however, it still has 135 of 150 failed tests. On Thu, Feb 21, 2008 at 7:00 AM, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Michael Franz schrieb: > > I was ab

[kaffe] Re: Linker Errors on OS X 10.4.11 - Kaffe 1.1.8

2008-02-20 Thread Michael Franz
:14 AM, Michael Franz <[EMAIL PROTECTED]> wrote: > Hi, > I tried to build Kaffe 1.1.8 on OS X 10.4.11. I used the same > configuration script that works for kaffe 1.1.7. Here are the following > linker errors: > /usr/libexec/gcc/i686-apple-darwin8/4.0.1/

Re: [kaffe] Linker Errors on OS X 10.4.11 - Kaffe 1.1.8

2008-02-11 Thread Michael Franz
Topic <[EMAIL PROTECTED]> wrote: > Michael Franz wrote: > > Hi, > > I tried to build Kaffe 1.1.8 on OS X 10.4.11. I used the same > configuration > > script that works for kaffe 1.1.7. Here are the following linker > errors: > > /usr/libexec/gcc/i686-ap

[kaffe] Linker Errors on OS X 10.4.11 - Kaffe 1.1.8

2008-02-10 Thread Michael Franz
Hi, I tried to build Kaffe 1.1.8 on OS X 10.4.11. I used the same configuration script that works for kaffe 1.1.7. Here are the following linker errors: /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols: _KGC_getMainCollector _ObjectClass _initStaticLock _jthread_disable_stop _jthre

[kaffe] Garbage Collection Questions

2006-08-02 Thread Michael Franz
Hi,I have gotten my answers on IRC, but thought I would also ask here.  Some background on my problem.I have a need for a Java application to load a large amount of data.  Larger than is normal, I can load it into the JVM my using the correct -Xmx values.  The issues is that after I have loaded the

[kaffe] CVS OS X Tiger Failues

2005-10-14 Thread Michael Franz
It has been a while since I have attempted to build kaffe.  Here are the results from my new Mac Mini! 12 of 148 tests failed This is a checkout of head.  I will post my test results from the developer release once they are done. DateFormatTest.fail DosTimeVerify.fail GCTest.fail InetSocketAddress

Re: [kaffe] Build with configure --with-staticvm --with-staticlib fails

2005-07-12 Thread Michael Franz
Dalibor, > I am using crostools for my general cross-building pleasures, though > I'll need to regenerate all the (two dozen, or so) toolchains again with > 0.37 which might take me a few days. I have tried this, but it does not seem to work for me. What are the platforms/configurations that you

Re: [kaffe] Error building from CVS code.

2005-07-06 Thread Michael Franz
Akhilesh, You should use a newer version of Jikes. 1.13 is pretty old, try using at least 1.22 (not sure what the latest version is). Michael ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] Documentation Patches for support.h

2005-07-03 Thread Michael Franz
Hi, I have a small change for the documentation in support.h. Michael Index: support.h === RCS file: /cvs/kaffe/kaffe/kaffe/kaffevm/support.h,v retrieving revision 1.40 diff -u -r1.40 support.h --- support.h 31 Mar 2005 10:39:27 -

[kaffe] Darwin 6 Build/Link errors

2005-05-22 Thread Michael Franz
Hi All, It seems that darwin 6 is not building anymore.I wonder if this is due to some changes/dependency in libtool that was added recently. Tinder log is here: http://tinderbox.anholt.net/tinderbox3/showlog.pl?machine_id=18&logfile=20050522143308.log Michael __

Re: [kaffe] Re: Darwin 7 Build Error - double/float integration

2005-04-28 Thread Michael Franz
> Hi Michael, > > I've looked into the error. The problem is that fdlibm decleares scalb > differently from Darwin, unless a define is set. So the solution is to > write an autoconf test which checks for the type of scalb declaration > (whether it is all doubles, or double and int paramaters). Co

[kaffe] Re: Darwin 7 Build Error - double/float integration

2005-04-27 Thread Michael Franz
Still getting build errors on Darwin 6/7. http://tinderbox.anholt.net/tinderbox3/showlog.pl?machine_id=43&logfile=20050427185602.log On 4/25/05, Michael Franz <[EMAIL PROTECTED]> wrote: > Hi, > > It looks like the latest integration from GNU classpath has broken

[kaffe] Darwin 7 Build Error - double/float integration

2005-04-25 Thread Michael Franz
Hi, It looks like the latest integration from GNU classpath has broken darwin 7. http://tinderbox.anholt.net/tinderbox3/showlog.pl?machine_id=43&logfile=20050425190522.log Michael ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailm

[kaffe] Eclipse failure using Kaffe 1.1.5+cvs

2005-04-23 Thread Michael Franz
Hi, I started using Eclipse with Kaffe and was surprised how fast it runs. I used jserv's email http://www.kaffe.org/pipermail/kaffe/2005-April/102028.html to get started. I was not able to ensure that fastjar was installed - but eclipse started so I don't know how important it was. I tried to

[kaffe] Re: Static Build Errors on x86_64

2005-04-19 Thread Michael Franz
Here is the tinderclient log for this kind of build. http://tinderbox.anholt.net/tinderbox3/showlog.pl?machine_id=44&logfile=20050419041440.log Michael ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] Static Build Errors on x86_64

2005-04-18 Thread Michael Franz
Hi, These are the build errors for static build on x86_64. /home/mfranz/development/kaffe-dev/kaffe/kaffe/kaffevm/.libs/libkaffevm.a(ltdl.o)(.text+0x3cda): In function `sys_dl_open': /home/mfranz/development/kaffe-dev/kaffe/libltdl/ltdl.c:1107: warning: Using 'dlopen' in statically linked applic

Re: [kaffe] Static Builds

2005-04-18 Thread Michael Franz
On 4/17/05, Kiyo Inaba <[EMAIL PROTECTED]> wrote: > Hi Michael, > > >I have been trying to build Kaffe with the static flags > >(--with-staticlib/bin/vm) and getting build failures. Has anyone else > >tried this lately? > > I tested it for cross-compilation. And it failed for latest snap at > fi

[kaffe] Static Builds

2005-04-17 Thread Michael Franz
Hi, I have been trying to build Kaffe with the static flags (--with-staticlib/bin/vm) and getting build failures. Has anyone else tried this lately? Michael ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Re: FAQ.debugging - additions - please review

2005-04-17 Thread Michael Franz
On 12/30/04, Michael Franz <[EMAIL PROTECTED]> wrote: > Here is the diff -u . Any reason why this was not applied? Michael ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Kaffe 1.1.5 "Development" Release available for download

2005-04-17 Thread Michael Franz
On 4/5/05, Jim Pick <[EMAIL PROTECTED]> wrote: > I've made the 1.1.5 release of Kaffe available for download at: > >ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/kaffe-1.1.5.tar.gz >http://www.kaffe.org/ftp/pub/kaffe/v1.1.x-development/kaffe-1.1.5.tar.gz > > This is the next in the 1.1

Re: [kaffe] some regression results quick before release:

2005-04-04 Thread Michael Franz
Riccardo, I am not having any problems with darwin 6. What is the default threading model? Michael On Apr 4, 2005 6:17 PM, Riccardo <[EMAIL PROTECTED]> wrote: > Hey, > > darwin6, intrp, pthread: all tests fail > > netbsd 1.6.2, sparc32, jit, jthread: 3 tests fail : GCTest.fail > TestUnlock.f

Re: [kaffe] CVS kaffe (guilhem): Integer overflow fix in System.arraycopy

2005-04-03 Thread Michael Franz
I was at the NY JAVASIG [1] last week and one of the things that Sun did to improved performance in JDK 5.0 was to optimise System.arraycopy (I assume it is a native method). Any idea how fast the Kaffe implementation is. Michael 1.http://www.javasig.com/ On Apr 3, 2005 3:48 PM, Kaffe CVS <[EMA

Re: [kaffe] RC for 1.1.5

2005-04-02 Thread Michael Franz
Dalibor, Great work! I am looking forward to the 1.1.5 release! Michael On Apr 2, 2005 11:04 PM, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Hi all, > > I've put up the snapshot of CVS head online at > http://www.kaffe.org/~robilad/kaffe-1.1.x-cvs.tar.gz which is the > 'release candidate' for

Re: [kaffe] darwin6 problems

2005-04-01 Thread Michael Franz
Riccardo, This is an issue that I can't remember all the details to. It is actually a Darwin thing and not Kaffe (well, it is not exlusive to Kaffe). To fix this set the environment variable TIMEOUT to something less than 300 (the default). Dalibor may be able to tell you how to set this in conf

Re: [kaffe] CVS kaffe (robilad): Added workaround for missing __builtin_expect from gcc

2005-04-01 Thread Michael Franz
This seems to have broken most of the tinderbox. gmake[1]: *** No rule to make target `gccbuiltin.h', needed by `all-am'. Stop. On Apr 1, 2005 12:17 AM, Kaffe CVS <[EMAIL PROTECTED]> wrote: > PatchSet 5633 > Date: 2005/04/01 05:12:40 > Author: robilad > Branch: HEAD > Tag: (none) > Log: > Added w

[kaffe] Darwin 6 JIT3 Build Error

2005-03-31 Thread Michael Franz
Hi, The Darwin6/PPC JIT3 is failing to build with this error: cpp0: warning: changing search order for system directory "/usr/local/include" cpp0: warning: as it has already been specified as a non-system directory mv -f libkthread_la-lock-impl.o .libs/libkthread_la-lock-impl.o mv: rename libkth

Re: [kaffe] Darwin6/7 build error

2005-03-31 Thread Michael Franz
Looks like darwin6/7 are both back! Thanks Dalibor! ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Darwin6/7 build error

2005-03-31 Thread Michael Franz
Darwin 7 is fixed. Darwin 6 is getting this error: ld: Undefined symbols: _strerror_r http://tinderbox.anholt.net/tinderbox3/showlog.pl?machine_id=18&logfile=20050331071558.log ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/lis

[kaffe] Darwin6/7 build error

2005-03-30 Thread Michael Franz
HI, Darwin is now broken differently. ld: Undefined symbols: _repsem_destroy _repsem_getvalue _repsem_init _repsem_post _repsem_wait Michael http://tinderbox.anholt.net/tinderbox3/showlog.pl?machine_id=18&logfile=20050330201604.log http://tinderbox.anholt.net/tinderbox3/showlog.pl?machine_id=35

Re: [kaffe] darwin6 breakage

2005-03-30 Thread Michael Franz
Any update on getting this fixed for 1.1.5? On Sat, 26 Mar 2005 14:10:33 + (UTC), Riccardo <[EMAIL PROTECTED]> wrote: > using intrp + pthreads, > > almost every tests fails: 144 of 147 tests failed > the failures are like: > Internal error: caught an unexpected exception. Please check your

Re: [kaffe] Re: Darwin 6 build Error

2005-03-07 Thread Michael Franz
Still unable to build darwin 6 and now it seems the tinderbox is broken. On Wed, 2 Mar 2005 21:20:18 -0500, Michael Franz <[EMAIL PROTECTED]> wrote: > > I can't reproduce it here. I am running regressions as we speak... I > > didn't do a clean build though. > &g

Re: [kaffe] Re: Darwin 6 build Error

2005-03-02 Thread Michael Franz
> I can't reproduce it here. I am running regressions as we speak... I > didn't do a clean build though. > > -R Just did another clean build. Same error. Check the tinder log for details. http://tinderbox.anholt.net/tinderbox3/showlog.pl?machine_id=18&logfile=20050302174934.log ___

[kaffe] Darwin 6 build Error

2005-03-01 Thread Michael Franz
Hi all, Darwin 6 is getting this build error. mv: rename libkthread_la-lock-impl.o to .libs/libkthread_la-lock-impl.o: No such file or directory gmake[3]: *** [libkthread_la-lock-impl.lo] Error 1 The same build is still working on darwin 7. Michael _

Re: [kaffe] link failures on solaris

2005-02-26 Thread Michael Franz
I am getting something similar on linux x86_64. This happens only on a clean checkout, if I start with 2005/01/21 - configure/build and then update to head, it works. That is how I got the tinderbox to be reporting success, but it really does break. Michael On Sat, 26 Feb 2005 12:35:47 + (

[kaffe] Linux x86_64 Build error

2005-02-24 Thread Michael Franz
The latest head has these errors: gcc -shared .libs/dummyin6.o .libs/getaddrinfo.o .libs/getifaddrs.o .libs/inet_pton.o .libs/inet_ntop.o .libs/memset.o .libs/semaphores.o -pthread -Wl,-soname -Wl,libreplace-1.1.x-cvs.so -o .libs/libreplace-1.1.x-cvs.so /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4

[kaffe] test post

2005-02-23 Thread Michael Franz
I don't seem to be receiving any mail for this. ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Build error for linux x86_64

2005-02-23 Thread Michael Franz
I installed gettext - I run SuSE so I installed it through Yast. Your distribution will have it's own method. On Wed, 23 Feb 2005 17:42:57 +0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > hello,Michael Franz > I got the same error message as you,can you tell me how

[kaffe] Re: Build Error Darwin 6

2005-02-21 Thread Michael Franz
Hi, I have some more details on this: ld: Undefined symbols: _repsem_destroy _repsem_init _repsem_post _repsem_wait On Mon, 21 Feb 2005 11:25:52 -0500, Michael Franz <[EMAIL PROTECTED]> wrote: > Hi, > > Just ran cvs HEAD and build failed with this: > mv -f libkthread_la

[kaffe] Build Error Darwin 6

2005-02-21 Thread Michael Franz
Hi, Just ran cvs HEAD and build failed with this: mv -f libkthread_la-lock-impl.o .libs/libkthread_la-lock-impl.o mv: rename libkthread_la-lock-impl.o to .libs/libkthread_la-lock-impl.o: No such file or directory Michael ___ kaffe mailing list kaffe@k

Re: [kaffe] Re: DArwin6 JIT3

2005-02-21 Thread Michael Franz
Here is the details from Apple's Release notes (http://www.opensource.apple.com/darwinsource/10.3/gcc-1495/AppleReleaseNotes.html) * The -traditional-cpp option has changed. In Apple GCC 3.1 and earlier Apple GCC compilers, -traditional-cpp was used to toggle between the standard GNU GCC preproce

Re: [kaffe] kaffe.def commands

2005-02-21 Thread Michael Franz
Guilhem, > Yes. Correct. (Look at jit3/slots.h and jit/slots.h) jit/slots.h does not have anything describing the info I am interested in, however, jit3/slots.h does. How closely does kaffe.def follow this convention? FALOAD uses method load_offset_scaled_float(stack_float(1), stack(1), stack(0

Re: [kaffe] DArwin6 JIT3

2005-02-20 Thread Michael Franz
On Sun, 20 Feb 2005 08:29:10 -0700, Timothy Stack <[EMAIL PROTECTED]> wrote: > > On Feb 20, 2005, at 5:21 AM, Dalibor Topic wrote: > > As for why stuff doesn't work, have you guys tried reverting my last > changes to > sysdepCallMethod and the ppc trampoline? I probably screwed it up wrt > darwi

[kaffe] kaffe.def commands

2005-02-20 Thread Michael Franz
Hi, I have been going over kaffe.def and slots.h to figure out how the interpreter works. I understand what the slots.h macros are doing (stack, pop, push, ) but I don't understand what the logical difference is amoung rstack, wstack and stack? I am thinking Read stack, Write stack and just

[kaffe] DArwin6 JIT3

2005-02-18 Thread Michael Franz
Nothing new to report on this front, but I have figured out how to compile the latest after the Linux/PPC integration step (is this complete). For Darwin6 to compile the embedded assembler the CFLAGS needs to be set to '-no-cpp-precomp'. This might not be necessary on darwin7 since I think Apple

Re: [kaffe] Build error for linux x86_64

2005-02-13 Thread Michael Franz
On Mon, 31 Jan 2005 14:11:45 +0100, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Michael Franz wrote: > > Tried the latest head and getting this error. > > make[1]: Entering directory `/home/mfranz/development/kaffe-dev/kaffe/po' > > test -z "fr.gmo zh_TW.gmo

[kaffe] X86_64 Build Error

2005-02-11 Thread Michael Franz
Hi, I am still getting this error for linux x86_64. Making all in po make[1]: Entering directory `/home/mfranz/development/kaffe-dev/kaffe/po' test -z "fr.gmo zh_TW.gmo" || make fr.gmo zh_TW.gmo make[2]: Entering directory `/home/mfranz/development/kaffe-dev/kaffe/po' rm -f fr.gmo && : -c --stati

Re: [kaffe] Re: many regressions failures on darwin6

2005-02-07 Thread Michael Franz
On Mon, 7 Feb 2005 04:29:33 + (UTC), Dalibor Topic <[EMAIL PROTECTED]> wrote: > Riccardo libero.it> writes: > > > > > Hello, > > > > a new build on darwin6 shows many regression failures, namely 18: > > > > ArrayForName.fail MethodErrors.fail > > BufferedReaderTest.fail

[kaffe] PowerPC JIT3 and inlined asm

2005-02-03 Thread Michael Franz
I am trying to figure out why darwin 6 is not able to compile the methodcalls.c in the jit3 directory. The following code is similar to what is in methodcalls.c and will do for my example. This code gives the error that a ';' is missing after reg1 and reg2. However the same code compiles fine u

Re: [kaffe] darwin 6 build breakage

2005-01-31 Thread Michael Franz
t just now stops the build. On Mon, 31 Jan 2005 14:11:19 +0100, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Michael Franz wrote: > > Hi, > > > > The latest cvs is now breaking on darwin 6. > > ccache gcc -g -O2 -Wchar-subscripts -Wcomment -Wformat=2 > > -Wim

[kaffe] darwin 6 build breakage

2005-01-30 Thread Michael Franz
Hi, The latest cvs is now breaking on darwin 6. ccache gcc -g -O2 -Wchar-subscripts -Wcomment -Wformat=2 -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wparentheses -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs -Wunused-function -Wunused-label -Wunused-parameter -Wun

[kaffe] Build error for linux x86_64

2005-01-29 Thread Michael Franz
Tried the latest head and getting this error. make[1]: Entering directory `/home/mfranz/development/kaffe-dev/kaffe/po' test -z "fr.gmo zh_TW.gmo" || make fr.gmo zh_TW.gmo make[2]: Entering directory `/home/mfranz/development/kaffe-dev/kaffe/po' rm -f fr.gmo && : -c --statistics -o fr.gmo fr.po mv:

Re: [kaffe] CVS kaffe (robilad): Reworked the build system to remove klasses.jar.bootstrap, and simplify the kaff

2005-01-23 Thread Michael Franz
This patch doesn't seem to be working when you try to build without native AWT. Or it has just broke the darwin 6 build. On Sun, 23 Jan 2005 10:54:04 -0800, Kaffe CVS <[EMAIL PROTECTED]> wrote: > PatchSet 5908 > Date: 2005/01/23 18:48:33 > Author: robilad > Branch: HEAD > Tag: (none) > Log: > Re

[kaffe] Kaffe's Machine Stack and Slots

2005-01-22 Thread Michael Franz
Hi, I have been going over the internals of Kaffe's execution code, specifically the way the interpreter's internal stack operates. What I understand so far, Kaffe is a stack based interpreter. The stack is a stack of 'slots' (defined in slots.h). A slot is big enough to store the largest data

[kaffe] Overview documentation of Kaffe

2005-01-21 Thread Michael Franz
I have started to put together some documentation on Kaffe. It is not much but I would like to pass it along to the list. I hope to expand it soon. I started with some stuff off of the website and added information I have cleamed from other locations (such as sablevm and amazon). Comments welco

Re: Re: [kaffe] need help in porting kaffe on powerpc

2005-01-18 Thread Michael Franz
On Tue, 18 Jan 2005 11:33:41 +0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > hi,Michael Franz, > > I'm trying to get Kaffe work on my powerpc device. I do it as follow: > first , make and install 'native' kaffe, totally I have three > dir

Re: [kaffe] need help in porting kaffe on powerpc

2005-01-17 Thread Michael Franz
Christina, Are you trying to port kaffe to linux/ppc or just trying to cross-compile? kaffe already runs on linux/ppc. If you are trying to cross-compile check out this document. http://kaffe.org/doc/kaffe/FAQ.cross-compiling. On Tue, 11 Jan 2005 11:44:30 +0800, æèæ <[EMAIL PROTECTED]> wrote:

Re: [kaffe] CVS kaffe (guilhem): A few fixes for the semaphore replacement.

2005-01-11 Thread Michael Franz
Guilhem, This is a little late, but this broke the darwin JIT3 build. It is missing some symbols during linking: _repsem_destroy _repsem_init _repsem_post _repsem_wait Your later patch (11/28/04) does not fix it the problem. Well, at least darwin's JIT3 still does not compile. Is there any hel

Re: [kaffe] jnirefs.h - is this needed

2005-01-09 Thread Michael Franz
> Thanks to your question I have reread the JNI spec and it looks like we > should on the contrary enable the JNI refs. > They are not needed in most cases because we store objects on the stack > but if the native call stores object in the heap we may lose track of > used objects and garbage collec

[kaffe] Native library load failure - debug output

2005-01-06 Thread Michael Franz
Hi, When running (trying to run) kaffe on darwin/x86 I get the same native library load issue as on darwin/ppc (I think this is currently fixed), however, for the PPC version the paths are complete and on x86 there are relative. Is there code that is making them complete for certain platforms? x

Re: [kaffe] Darwin 7 PPC Build Error

2005-01-04 Thread Michael Franz
How do I get this patch to work on the tinderbox tests? On Tue, 04 Jan 2005 07:54:31 +0100, Guilhem Lavaux <[EMAIL PROTECTED]> wrote: > Michael Franz wrote: > > I think I finally have the tinderbox working - more tweaks will be > > needed. The current build is failing wi

[kaffe] Darwin 7 PPC Build Error

2005-01-03 Thread Michael Franz
I think I finally have the tinderbox working - more tweaks will be needed. The current build is failing with: ccache gcc -g -O2 -Wchar-subscripts -Wcomment -Wformat=2 -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wparentheses -Wsequence-point -Wreturn-type -Wswitch -Wswit

[kaffe] Visual Overview of Kaffe

2005-01-02 Thread Michael Franz
Hi, I have put these diagrams together to help me understand how kaffe works. They are based on http://wiki.cs.uiuc.edu/cs427/Kaffe+-+Calls+Structures. One is of the initialization process, the other is the execution process. These are diagrams of the relationships between modules (from the wiki

[kaffe] jnirefs.h - is this needed

2005-01-01 Thread Michael Franz
Hi, I have been browsing the code and have noticed that jnirefs.h is not used. It is included by [ch] files, but the contents are never defined. In an effort to get ride of the noise can this file be deleted? Michael ___ kaffe mailing list kaffe@kaff

[kaffe] Linux x86_64 Build errors

2005-01-01 Thread Michael Franz
Hi, Here is the latest errors for SuSE x86_64: ClassLoader.c:37: error: conflicting types for `java_lang_VMClassLoader_defineClass' ../../../include/java_lang_VMClassLoader.h:20: error: previous declaration of `java_lang_VMClassLoader_defineClass' Michael

[kaffe] Darwin 7 and jthread's signal.c

2005-01-01 Thread Michael Franz
Hi, I am getting a few build errors now. signal.c: At top level: signal.c:178: error: conflicting types for `registerAsyncSignalHandler' jsignal.h:37: error: previous declaration of `registerAsyncSignalHandler' signal.c:209: error: conflicting types for `registerSyncSignalHandler' jsignal.h:34: er

Re: [kaffe] Darwin 7 Not working?

2004-12-31 Thread Michael Franz
That fixed it! Is this patch making it into CVS? On Fri, 31 Dec 2004 11:10:09 +0100, Guilhem Lavaux <[EMAIL PROTECTED]> wrote: > Michael Franz wrote: > > >I can not find any patch attached to your email. > > > > > > > Ooops. Sorry, here it is. &

Re: [kaffe] Darwin 7 Not working?

2004-12-30 Thread Michael Franz
I can not find any patch attached to your email. On Thu, 30 Dec 2004 15:41:16 +0100, Guilhem Lavaux <[EMAIL PROTECTED]> wrote: > Michael Franz wrote: > > >Hi, > > > >I have been trying to build HEAD and am having problems on darwin 7. > >This is the output

Re: [kaffe] Re: FAQ.debugging - additions - please review

2004-12-30 Thread Michael Franz
Here is the diff -u . On Thu, 30 Dec 2004 16:51:04 +0100, Guilhem Lavaux <[EMAIL PROTECTED]> wrote: > Michael Franz wrote: > > >>It is ok for me. Just a reminder: use the uniform diff format when > >>sending a patch it is always easier to read. :) > >> &

Re: [kaffe] Re: FAQ.debugging - additions - please review

2004-12-30 Thread Michael Franz
> > It is ok for me. Just a reminder: use the uniform diff format when > sending a patch it is always easier to read. :) is that the diff -u ? I can send another version if needed. Michael ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-b

[kaffe] Re: FAQ.debugging - additions - please review

2004-12-29 Thread Michael Franz
I have made a small change to the CFLAGS instructions. Please review. On Sun, 12 Dec 2004 17:19:07 -0500, Michael Franz <[EMAIL PROTECTED]> wrote: > Hi, > > I have added some additional information in the FAQ.debugging > document. I covers my (limited) experience in debuggi

Re: [kaffe] undefined reference to `ignoreSignal'

2004-12-29 Thread Michael Franz
On 29 Dec 2004 23:23:00 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > Today's make failed while making .libs/kaffe-bin, saying > ../kaffevm/.libs/libkaffevm.so: undefined reference to `ignoreSignal' Same problem on Darwin 7. Michael __

[kaffe] Darwin 7 Not working?

2004-12-27 Thread Michael Franz
Hi, I have been trying to build HEAD and am having problems on darwin 7. This is the output from make check. Making check in compile_time Internal error: caught an unexpected exception. Please check your CLASSPATH and your installation. java/lang/UnsatisfiedLinkError: dlcompat: file "/Users/mfra

[kaffe] DBG patch for jthreads.c

2004-12-19 Thread Michael Franz
Hi, I have attached a patch file that will fix the DGB macro usage in jthreads.c for non-linux systems that use FIOASYNC. Michael dbg.patch Description: Binary data ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaf

Re: [kaffe] Re: Darwin/PPC 7 Working Again

2004-12-16 Thread Michael Franz
I don't know how many failure we had before this big breakage, but now there are 10 of 145 failures. Kaffe does not work on Darwin 7 (x86). On Thu, 16 Dec 2004 12:40:29 + (UTC), Riccardo <[EMAIL PROTECTED]> wrote: > Hey, > > In <[EMAIL PROTECTED]> Dalibor Topic

[kaffe] Headless Java

2004-12-15 Thread Michael Franz
Hi, Due to some issue at work today, I was exposed to the java.awt.headless property at work. Is kaffe/classpath going to implement this for JDK 1.4 compatibility? It seems like a big issue that has taken Java too long to address. Michael ___ kaffe m

[kaffe] Darwin/PPC 7 Working Again

2004-12-13 Thread Michael Franz
Hi, I just checked out head and am able to compile and run the regression tests. I don't know what fixed it or if it works on Darwin 5 & 6. Michael ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] Runtime native link loader problems (Darwin)

2004-12-13 Thread Michael Franz
Hi, In trying to verify what broke the Darwin and other BSD buids, I checked out the December 1, 2004 02:00 code. This version was suppose to work, however I was unable to get it to run. Building was fine. Here is the error message: make check-local cd test && make check Making check in regre

[kaffe] FAQ.debugging - additions - please review

2004-12-12 Thread Michael Franz
Hi, I have added some additional information in the FAQ.debugging document. I covers my (limited) experience in debugging kaffe. Please take a look and let me know of anything that is incorrect or unclear. Thanks Michael FAQ.debugging.patch Description: Binary data __

[kaffe] unable to find libnative

2004-12-11 Thread Michael Franz
Hi, I was testing kaffe on Darwin/x86 (7) and am getting: Failed to locate native library "libnative" in path: /Users/mfranz/development/kaffe/libraries/clib/native: /Users/mfranz/development/kaffe/libraries/clib/net: /Users/mfranz/development/kaffe/libraries/clib/io: /Users/mfranz/development/kaf

Re: [kaffe] GNU Classpath and Kaffe

2004-12-03 Thread Michael Franz
On Fri, 03 Dec 2004 11:45:41 -0800, Jim Pick <[EMAIL PROTECTED]> wrote: > I haven't posted to the list in quite some while, so I guess I should > chip in so people know I'm still here. Y'all are reading my blog on > Planet Classpath, right? :-) Where is this? [snip] > Eventually, we'll be able to

[kaffe] GNU Classpath and Kaffe

2004-12-03 Thread Michael Franz
Hi, My understanding is that Kaffe is going to start using the GNU classpath instead of it's own implemenation of the Java libraries. What is preventing us from using them today?Is there a TODO list that people are working that will get us to this point? Is there a timeline for this? Anothe

[kaffe] x86_64 Regression 1 failure

2004-11-25 Thread Michael Franz
Hi, Now that I am use KJC to run my tests I am only getting 1 failure on linux/x86_64. FAIL: TestSerializable2.java Contents of .fail a = Serialized-0 magic 321 java.lang.NullPointerException a = Serialized1-10 magic 321 java.lang.NullPointerException a = Serialized2-10 magic 321 java.lang.NullP

[kaffe] What is the recommended way of testing/configuring Kaffe?

2004-11-24 Thread Michael Franz
Hi, I have been testing Kaffe with jikes instead of kjc since kjc seems to have problems on some platforms. On Darwin occasionally the rebuildlib.sh does not finish, or the JVM itself does not work darwin-jit3. When I do this I get 15 of 144 test fail. But when I run the same process with kjc

Re: [kaffe] Debugging

2004-11-22 Thread Michael Franz
I was told that this is because the compiler optimzes the instructions into a different order. This can be over-come by changing the CFLAGS in config.frag to include -O0 On Mon, 22 Nov 2004 19:59:25 -0800 (PST), Pinaki Mukherjee <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to step thr

Re: [kaffe] Debugging

2004-11-21 Thread Michael Franz
On Mon, 22 Nov 2004 04:07:55 +0900 (JST), Kiyo Inaba <[EMAIL PROTECTED]> wrote: > Hi, > > <[EMAIL PROTECTED]> wrote: > ><[EMAIL PROTECTED]> wrote: > >> Well, actually I can step inside kaffe.def from the function > >> runVirtualMachine. But it just says "in kaffe.def: line n" without showing > >>

[kaffe] Re: Debugging Kaffe - not working

2004-11-19 Thread Michael Franz
Ok. I figured it out. I was trying to add -O0 to CFLAGS and doing it on the command line. That seemed to over-ride the -g that kaffe was adding, so no debug info. On Wed, 17 Nov 2004 23:12:52 -0500, Michael Franz <[EMAIL PROTECTED]> wrote: > Hi, > > I have done this before,

Re: [kaffe] Debugging

2004-11-18 Thread Michael Franz
On Thu, 18 Nov 2004 09:22:37 -0800 (PST), Pinaki Mukherjee <[EMAIL PROTECTED]> wrote: > > Well, actually I can step inside kaffe.def from the function > runVirtualMachine. But it just says "in kaffe.def: line n" without showing > the C code that's getting executed. So that's what I meant in my ear

Re: [kaffe] Debugging

2004-11-18 Thread Michael Franz
On Wed, 17 Nov 2004 23:13:55 -0800 (PST), Pinaki Mukherjee <[EMAIL PROTECTED]> wrote: > > Hi, > > I modified kaffe.def for each instruction and want to test whether they are > correct. I want to step through each JVM instruction that is executed in > Kaffe. I think this consists of instruction

[kaffe] Debugging Kaffe - not working

2004-11-17 Thread Michael Franz
Hi, I have done this before, but it doesn't seem to be working anymore. Either it is borken or I am doing something wrong. I have configured using ./configure --disable-native-awt --with-threads=unix-jthreads --enable-debug, set KAFFE_DEBUG=ddd, install kaffe, add kaffe to my path and then run.

Re: [kaffe] pthread_yield misses on darwin too

2004-11-10 Thread Michael Franz
On Sat, 6 Nov 2004 14:28:40 + (UTC), Riccardo <[EMAIL PROTECTED]> wrote: > Hey, > > erifier.dylib /Users/multix/kaffe-cvs/darwin-intrp/kaffe/kaffevm/kaffe- > gc/.libs/libkaffegc.dylib -lm ../../replace/.libs/libreplace.dylib ../../ > libltdl/.libs/libltdlc.a > ld: Undefined symbols: > _pthread

[kaffe] x86_64 Failures

2004-11-10 Thread Michael Franz
I have been doing some more testing. Things haven't change since the last time I did this, however I do have more information. It seems that the failures listed do not all produce failure files. Script output: 15 failed FAIL: TestSerializable2.java FAIL: SerialPersistentFields.java FAIL: TestSer

Re: [kaffe] stepping inside kaffe.def file

2004-11-06 Thread Michael Franz
Hi, Was there an answer to this that I missed? On Thu, 9 Sep 2004 14:12:21 -0600 (MDT), Timothy Stack <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > how can I step inside the file .../kaffe/kaffevm/kaffe.def while > > debugging? when I do a 'step', gdb just shows the line number and says > > "in

  1   2   >