Re: [kaffe] Lock patch

2005-03-08 Thread Helmer Krämer
Guilhem Lavaux [EMAIL PROTECTED] wrote: Hi, I've just finished a functional patch for the locking system. I don't know yet how much slower it is. But I've already had some interesting results with some private app which was not working previously. If noone is against I will commit it on

Re: [kaffe] [gump] utf8const.c

2005-01-16 Thread Helmer Krämer
Guilhem Lavaux [EMAIL PROTECTED] wrote: Helmer Krämer wrote: Davanum Srinivas [EMAIL PROTECTED] wrote: looks like we need a lock for locking access to utfLockRoot :( I'd think that the whole utfLockRoot thing is broken (you'd need one utfLockRoot per thread since it's

Re: [kaffe] Character encoder/ClassLoader initialization

2005-01-13 Thread Helmer Krämer
Guilhem Lavaux [EMAIL PROTECTED] wrote: Hey, It seems that when we don't use iconv there are some problems in initializing the EncodingManager. CharToByteConverter.getEncoder needs ClassLoader.getSystemResource which needs ClassLoader.staticData. However staticData is not yet initialized

Re: [kaffe] [gump] utf8const.c

2005-01-05 Thread Helmer Krämer
Davanum Srinivas [EMAIL PROTECTED] wrote: looks like we need a lock for locking access to utfLockRoot :( I'd think that the whole utfLockRoot thing is broken (you'd need one utfLockRoot per thread since it's perfectly legal for two threads to work on utf8 constants at the same time). However,

[kaffe] merging java.lang.Class ?

2005-01-05 Thread Helmer Krämer
Hi, after merging java.lang.Classloader, I tried merging java.lang.Class and got so far that kaffe passes most of the regression tests. The attached patch is not yet ready to go in (I still have to fix the reflection stuff and do some cleanup), but it is far enough to decide whether we want

Re: [kaffe] CVS kaffe (guilhem): Fixlets.

2005-01-01 Thread Helmer Krämer
Kaffe CVS [EMAIL PROTECTED] wrote: Hi, * kaffe/kaffevm/systems/unix-pthreads/syscalls.c (jthreadedAccept): Use the old implementation using select all the time. It looks like being the only really working way of handling timeouts. have you checked whether

Re: [kaffe] CVS kaffe (guilhem): Fixlets.

2005-01-01 Thread Helmer Krämer
Guilhem Lavaux [EMAIL PROTECTED] wrote: Helmer Krämer wrote: Kaffe CVS [EMAIL PROTECTED] wrote: Hi, * kaffe/kaffevm/systems/unix-pthreads/syscalls.c (jthreadedAccept): Use the old implementation using select all the time. It looks like being the only

Re: [kaffe] CVS kaffe (doogie): Various gcc and sparse fixes all over the board.

2004-12-21 Thread Helmer Krämer
On Tue, 21 Dec 2004 00:11:20 -0800 Kaffe CVS [EMAIL PROTECTED] wrote: Hi, @@ -66,7 +66,7 @@ #if defined(HANDLE_MANIFEST_CLASSPATH) static int isEntryInClasspath(const char*); -static uint8* getManifestMainAttribute(jarFile*, char*); +static uint8* getManifestMainAttribute(jarFile*,

[kaffe] classloader merging

2004-12-19 Thread Helmer Krämer
Hi, after passing my last two exams in electrical engineering last week I finally had the time to look at merging the class loader implementation from classpath again (sorry for vanishing again). The attached patch is an updated version (using classpath's cvs from this morning) and also

Re: [kaffe] Re: Trouble running Eclipse 3.0.1 with recent Kaffe snapshot

2004-12-19 Thread Helmer Krämer
On Sat, 18 Dec 2004 12:47:46 +0100 Haakon Nilsen [EMAIL PROTECTED] wrote: Hi, !MESSAGE Save Failed !STACK 0 java.lang.IllegalAccessError: .fElement at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider$2.getSchedulingRule (CompilationUnitDocumentProvider.java:957)

Re: [kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: ResourceBundle updated and remerged with Classpath

2004-11-28 Thread Helmer Krämer
On Sat, 27 Nov 2004 12:26:06 -0800 Kaffe CVS [EMAIL PROTECTED] wrote: PatchSet 5496 Date: 2004/11/27 20:21:42 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: ResourceBundle updated and remerged with Classpath 2004-11-27 Dalibor Topic [EMAIL PROTECTED]

Re: [kaffe] Turn exception into warning message for ClassLoader.setSigners()

2004-11-16 Thread Helmer Krämer
On Mon, 15 Nov 2004 15:48:14 +0100 Guilhem Lavaux [EMAIL PROTECTED] wrote: Helmer Krämer wrote: On Sun, 14 Nov 2004 13:26:30 +0100 Guilhem Lavaux [EMAIL PROTECTED] wrote: Helmer Krämer wrote: On Sat, 13 Nov 2004 22:01:55 +0100 Mark Wielaard [EMAIL PROTECTED] wrote: Hi

Re: [kaffe] Turn exception into warning message for ClassLoader.setSigners()

2004-11-14 Thread Helmer Krämer
On Sat, 13 Nov 2004 22:01:55 +0100 Mark Wielaard [EMAIL PROTECTED] wrote: Hi, With this Eclipse 2.1 starts again, but is not completely usable, while printing lots of warning messages... (an alternative would be to actually implement setSigners() by adopting the GNU Classpath ClassLoader

Re: [kaffe] ARM Double problems

2004-11-09 Thread Helmer Krämer
On Tue, 9 Nov 2004 13:41:36 +0200 (EET) Jari Korva [EMAIL PROTECTED] wrote: Hi again, On Fri, 5 Nov 2004, Helmer [ISO-8859-15] Krämer wrote: config/config-hacks.h defines a macro DOUBLE_ORDER_OPPOSITE which tells kaffe that the word order of doubles is different from the word order of

Re: [kaffe] Re: kaffe on morphos

2004-11-06 Thread Helmer Krämer
On Fri, 05 Nov 1999 12:37:07 + Michael Grunditz [EMAIL PROTECTED] wrote: Hello Helmer On 11/03/04, you wrote: On Fri, 29 Oct 2004 19:45:50 + Michael Grunditz [EMAIL PROTECTED] wrote: Hi I have compiled latest kaffe on MorphOS. When I run java on a class I get the

Re: [kaffe] kaffe fails to build on ppc with gcc-3.4

2004-11-03 Thread Helmer Krämer
On Tue, 02 Nov 2004 14:49:43 +0100 Arnaud Vandyck [EMAIL PROTECTED] wrote: Hi all, Here is the build log that fails when trying to build kaffe on ppc with gcc-3.4 Could you try without the --with-libffi option (kaffe should work on ppc without libffi). Meanwhile, I'll have a look at what

Re: [kaffe] CVS kaffe (hkraemer): moved handling of thread interruption

2004-10-31 Thread Helmer Krämer
On Sun, 31 Oct 2004 08:47:50 -0700 (MST) Timothy Stack [EMAIL PROTECTED] wrote: moved handling of thread interruption to jthread layer, So, I haven't been paying close attention... But, didn't interruption used to be in the jthread layer, and then someone moved it up to the java layer.

Re: [kaffe] x86_64 - Status?

2004-10-21 Thread Helmer Krämer
On Wed, 20 Oct 2004 19:46:32 -0700 Eric Anholt [EMAIL PROTECTED] wrote: On Wed, 2004-10-20 at 18:53, Michael Franz wrote: What is the status of the x86_64 version of Kaffe? I am running SuSE 9.1 on an Athlon 64 and finding that it fails 134 of 144 tests. How does the x86_64 compare

Re: [kaffe] Kaffe on XScale

2004-10-14 Thread Helmer Krämer
On Tue, 12 Oct 2004 11:00:10 +0300 (EEST) Jari Korva [EMAIL PROTECTED] wrote: Hi, there was an additional f0 lurking (see below). Because my Assembly is pretty bad, I just removed it blindly - but it made Kaffe to compile! The resulting Kaffe does not quite work though (throws an NPE in

Re: [kaffe] Kaffe on XScale

2004-10-09 Thread Helmer Krämer
On Wed, 6 Oct 2004 12:55:19 +0200 Thomas Winkler [EMAIL PROTECTED] wrote: Hi, I'm currently trying to compile kaffe for the the intel XScale (ARM, Big Endian). I tried kaffe 1.1.4 as well as kaffe CVS HEAD (20041006). But I've run into problems I could not manage to resolve on my own and I

Re: [kaffe] Threaded code and quick instructions for Kaffe

2004-06-01 Thread Helmer Krämer
On Tue, 1 Jun 2004 14:08:00 +0800 [EMAIL PROTECTED] wrote: Hello all, After looking up Helmut Eller's Threaded code interpreter patch [1], I attempt to migrate his patch to Kaffe 1.1.x version, and it is almost finished, which is attached against kaffe cvs in this mail. Just some random

Re: [kaffe] HEAD not Building javalib

2004-05-31 Thread Helmer Krämer
On Sat, 29 May 2004 10:24:22 -0400 Michael Franz [EMAIL PROTECTED] wrote: On Saturday, May 29, 2004, at 03:36 AM, Alan Eliasen wrote: Michael Franz wrote: Hi, For the past week HEAD has not been building on SuSE 9.1 x86. I think it started when I had to upgrade autoconf and

Re: [kaffe] WARNING Bad bytecode! Illegal exception table entry

2004-05-22 Thread Helmer Krämer
On Sat, 22 May 2004 11:44:27 +0900 Ito Kazumitsu [EMAIL PROTECTED] wrote: Hi, The following program, when compiled with kjc, prints the strange message, but runs normally when compiled with Sun's javac. Compilers are fun, aren't they ? [ start of example skipped ] private static int

Re: [kaffe] Re: bugwatcher problems

2004-01-29 Thread Helmer Krämer
On Mon, 26 Jan 2004 18:37:19 + Ean Schuessler [EMAIL PROTECTED] wrote: As I recall (Dalibor will need to correct me here) forking a process with pthreads just plain doesn't work. The details escape me at this point other than the complexities of managing the relationship between the

Re: [kaffe] java.lang.IllegalAccessError

2003-10-25 Thread Helmer Krämer
On Fri, 24 Oct 2003 20:14:38 +0200 Guilhem Lavaux [EMAIL PROTECTED] wrote: Hi Guilhem, hi Ito, The attached programs cause java.lang.IllegalAccessError, which partly seemes to have something to do with KJC, but class files compiled with Sun's javac also cause the error. Apparently KJC

Re: [kaffe] java.lang.IllegalAccessError

2003-10-25 Thread Helmer Krämer
On Sat, 25 Oct 2003 17:07:52 +0200 Guilhem Lavaux [EMAIL PROTECTED] wrote: Helmer Krämer wrote: On Fri, 24 Oct 2003 20:14:38 +0200 Guilhem Lavaux [EMAIL PROTECTED] wrote: Hi Guilhem, hi Ito, The attached programs cause java.lang.IllegalAccessError, which partly seemes to have

[kaffe] jboss vs. java.util.zip

2003-10-25 Thread Helmer Krämer
Hi all, I tried to find out why it was necessary to modify java.util.zip in order to get jboss to run, and the results were a bit surprising. The exception that is thrown when the patch is not applied is this one: java.io.IOException: Bogus signature: 0x6d783f3c at

Re: [kaffe] Re: 'mktemp' check in configure (or kaffe shell script does not work)

2003-09-30 Thread Helmer Krämer
On Tue, 30 Sep 2003 15:53:33 +0900 (JST) Kiyo Inaba [EMAIL PROTECTED] wrote: Hi, I said, As the subject line says, configure.in version 1.200 introduced existence check for 'mktemp' command, but it does not change anything for configure script. This command is used in 'kaffe' shell script

Re: Freenet Re: [kaffe] CVS kaffe (guilhem): NIO+NET classes merging from GNU Classpath + KJC updates.

2003-09-29 Thread Helmer Krämer
On Mon, 29 Sep 2003 10:01:32 +0200 Michael Koch [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 29. September 2003 07:09 schrieb Guilhem Lavaux: Dalibor Topic wrote: Kaffe CVS wrote: PatchSet 4072 Date: 2003/09/28 19:53:51 Author: guilhem

[kaffe] loadClass() vs. loadClass()

2003-09-19 Thread Helmer Krämer
Hi, I gave JBoss another try recently and finally got to a point where I really don't know what to do. As you will know, java.lang.ClassLoader contains two different loadClass methods, one that takes a String and a boolean as its parameters and one that takes only a String. Whenever kaffe has

Re: [kaffe] loadClass() vs. loadClass()

2003-09-19 Thread Helmer Krämer
On Fri, 19 Sep 2003 09:12:44 -0600 (MDT) Timothy Stack [EMAIL PROTECTED] wrote: Hi, I gave JBoss another try recently and finally got to a point where I really don't know what to do. As you will know, java.lang.ClassLoader contains two different loadClass methods, one that takes a

Re: [kaffe] loadClass() vs. loadClass()

2003-09-19 Thread Helmer Krämer
On Fri, 19 Sep 2003 17:20:05 +0200 Mark Wielaard [EMAIL PROTECTED] wrote: Hi, On Fri, 2003-09-19 at 16:23, Helmer Krämer wrote: Whenever kaffe has to load some class using a user defined loader, it invokes the two parameter form of loadClass. [...] The simple and quick fix would

Re: [kaffe] bug report

2003-09-03 Thread Helmer Krämer
On Wed, 3 Sep 2003 18:05:40 +0100 Thomas Keane [EMAIL PROTECTED] wrote: Just tried to do the make check again and this time it died here: mkdir lib /bin/sh ./rebuildLib @essential.files Compiling classes from @essential.files using //root/kaffe/kaffe/kaffe/kaffe-bin -verbosegc

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] failed resgressions on Solaris

2003-08-29 Thread Helmer Krämer
On Fri, 29 Aug 2003 13:12:10 + (UTC) Riccardo [EMAIL PROTECTED] wrote: Hi Riccardo, I was able to build kaffe on Solaris/Sparc and regression testing yielded 7 failed tests, CLTestConc.failSoInterrupt.fail GCTest.failTestUnlock.fail

Re: [kaffe] completed bytecode verifier!

2003-08-14 Thread Helmer Krämer
On Fri, 8 Aug 2003 10:22:58 -0600 (MDT) Timothy Stack [EMAIL PROTECTED] wrote: Hi, An idea how to fix this? My guess would be to defer verification of the superclass until after the subclass is in state CSTATE_LOADED_SUPER (and NMS_LOADED). This could probably be done by creating a special

Re: [kaffe] jvmpi

2003-08-10 Thread Helmer Krämer
On Fri, 8 Aug 2003 10:24:35 -0600 (MDT) Timothy Stack [EMAIL PROTECTED] wrote: Hi, I've checked in some JVMPI stuff. Its not completely done yet, but its a pretty good start. I'll try and get it finish RSN. Hopefully, i didn't break anything... thanks! I've tried to build

[kaffe] more kjc problems?

2003-07-30 Thread Helmer Krämer
Hi, this morning, I wanted to check whether eclipse is still running with kaffe (rt.jar compiled with kjc). However, I got this exception (eclipse specific stuff skipped): java.lang.NullPointerException at gnu.xml.dom.DomNode.dispatchEvent (DomNode.java:1408) at

Re: [kaffe] Kaffe CVS: kaffe hkraemer

2003-07-28 Thread Helmer Krämer
On Mon, 28 Jul 2003 10:10:19 +0200 Guilhem Lavaux [EMAIL PROTECTED] wrote: * libraries/javalib/java/lang/Throwable.java: Replaced with Classpath version. * libraries/javalib/java/lang/VMThrowable.java: New class. * libraries/javalib/bootstrap.classlist: Add VMThrowable. *

Re: [kaffe] jvmpi

2003-07-27 Thread Helmer Krämer
On Sat, 26 Jul 2003 11:10:46 -0600 Timothy Stack [EMAIL PROTECTED] wrote: Hi, I've checked in some JVMPI stuff. Its not completely done yet, but its a pretty good start. I'll try and get it finish RSN. Hopefully, i didn't break anything... you seem to have missed intrp and jit ;) Will

Re: [kaffe] Notes on kaffe (GNU Classpath integration) todo items

2003-07-14 Thread Helmer Krämer
On 14 Jul 2003 00:11:14 +0200 Mark Wielaard [EMAIL PROTECTED] wrote: Hi, - StackTraceElement stuff (pure java Throwable). Mark has some code hacked up. It compiles... but crashes in spectacular ways. - Goal log4j (used by either JBOSS or Tomcat) uses XMLized stacktraces from

Re: [kaffe] Kaffe CVS: kaffe dalibor

2003-07-09 Thread Helmer Krämer
On Tue, 08 Jul 2003 23:47:55 -0700 Kaffe CVS [EMAIL PROTECTED] wrote: Hi, Log message: 2003-07-09 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/bootstrap.classlist: Added missing files. Removed kaffe.lang.Application. I think we could also delete all the other Application*

Re: [kaffe] Eclipse and strange ClassCastException

2003-07-07 Thread Helmer Krämer
On 07 Jul 2003 10:11:56 +0200 Mark Wielaard [EMAIL PROTECTED] wrote: Hi, When trying to run the eclipse-SDK-2.1-linux-gtk release (make sure that your java.version in System.csays 1.3 otherwise it won't try to run at all) I get a strange ClassCastException (workspace/.metainfo/.log file):

Re: [kaffe] locks patch

2003-07-02 Thread Helmer Krämer
On Wed, 2 Jul 2003 06:28:54 -0700 (PDT) Dalibor Topic [EMAIL PROTECTED] wrote: --- Helmer Kr_mer [EMAIL PROTECTED] wrote: Hi, I've attached a small patch that fixes some issues related to the handling of locks in kaffe. Review and comments appreciated ;) applies but doesn't

Re: [kaffe] Re: flestmail - daily - 420/421 passed (99.8%) (0 errors, 1 failures)

2003-07-02 Thread Helmer Krämer
On Wed, 2 Jul 2003 05:52:28 -0700 (PDT) Dalibor Topic [EMAIL PROTECTED] wrote: Hi, On the other hand, it's hard to beleive that this is the problem since the gc has not been touched lately (besides my patch that merely moved things around a little bit, which should not have caused any

[kaffe] locks patch

2003-07-01 Thread Helmer Krämer
Hi, I've attached a small patch that fixes some issues related to the handling of locks in kaffe. Review and comments appreciated ;) Stuff contained in the patch: * the specialLocks array is removed; special locks whose heavyLock should not be gc_malloc'ed are now of type struct

Re: [kaffe] verifyMode, obsolete flags, a man page patch, and trusted code

2003-06-25 Thread Helmer Krämer
On Tue, 24 Jun 2003 17:37:20 -0400 (EDT) Rob Gonzalez [EMAIL PROTECTED] wrote: The last (and default) is to only verify things loaded over a network. Like many things in Sun's verifier documentation, this isn't actually how it behaves. In fact, when you use the option Xverify:remote it

Re: [kaffe] pasting * and sc does not give a valid preprocessing token

2003-06-20 Thread Helmer Krämer
On Thu, 19 Jun 2003 18:50:27 +0200 [EMAIL PROTECTED] (Marc Kleine-Budde) wrote: Hi Marc, sorry for the delay. Who's guiltily? :) Kaffe. The error has already been fixed in cvs, though: 2003-06-12 Dalibor Topic [EMAIL PROTECTED] * include/defs.h: (VA_LIST_COPY) new macro to

Re: [kaffe] pasting * and sc does not give a valid preprocessing token

2003-06-20 Thread Helmer Krämer
On Fri, 20 Jun 2003 15:22:08 +0200 [EMAIL PROTECTED] (Marc Kleine-Budde) wrote: Hi, On Fri, Jun 20, 2003 at 02:01:35PM +0200, Helmer Kr?mer wrote: sorry for the delay. doesn't matter, _some_ parts of germany were on yesterday holiday, have you been? :) yep. Got home from switzerland at

[kaffe] gc patch

2003-06-12 Thread Helmer Krämer
Hi all, I've attached a small patch to kaffe's gc and would like to hear your opinions before commiting it. On the one hand, it provides for a cleaner seperation between heap management and garbage collection. Therefore, it moves any logic how one could free some memory out of gc_heap_malloc

Re: [kaffe] Kaffe CVS: kaffe dalibor

2003-06-12 Thread Helmer Krämer
On Thu, 12 Jun 2003 01:47:02 -0700 Kaffe CVS [EMAIL PROTECTED] wrote: CVSROOT: /cvs/kaffe Module name: kaffe Changes by: dalibor 03/06/12 01:47:02 Modified files: . : ChangeLog configure configure.in config : config.h.in kaffe/scripts :

Re: [kaffe] 1.1.0 on sh3-linux

2003-06-12 Thread Helmer Krämer
On Thu, 12 Jun 2003 11:05:59 -0700 (PDT) Dalibor Topic [EMAIL PROTECTED] wrote: Hi, --- Kiyo Inaba [EMAIL PROTECTED] wrote: Hi, As I previously reported, there are two problems for this target made by cross-compiling, but the result is '2 of 136 tests failed'. The failed tests are

Re: [kaffe] 1.1.0 build failure on parisc-hpux

2003-06-11 Thread Helmer Krämer
On Tue, 10 Jun 2003 20:22:48 -0400 Greg Wooledge [EMAIL PROTECTED] wrote: Dalibor Topic ([EMAIL PROTECTED]) wrote: I suspect that the SP_OFFSET is wrong. Could you try changing the value of SP_OFFSET in config/parisc/threads.h to 19 (which is what linux uses) and try again? This does

Re: [kaffe] 1.1.0 on mips-linux - new JIT memory problem?

2003-06-11 Thread Helmer Krämer
On Wed, 11 Jun 2003 00:12:43 +0200 Kevin D. Kissell [EMAIL PROTECTED] wrote: could you do a kaffe -verbosegc -verbosemem at.dms.kjc.Main HelloWorldApp.java and put the memory stats up somewhere? It'd be interesting to see where the leaks are coming from. Alas, all one gets is

Re: [kaffe] 1.1.0 Interpreter Performance

2003-06-11 Thread Helmer Krämer
On Wed, 11 Jun 2003 12:07:10 +0200 Kevin D. Kissell [EMAIL PROTECTED] wrote: Our of curiousity, I configured the MIPS/Linux interpretive kaffe with --disable-debug, for speed, and ran the Embedded CaffeieneMark benchmark. Comparing the result with an equivalent 1.0.7-based build, we can see

Re: [kaffe] 1.1.0 Interpreter Performance

2003-06-11 Thread Helmer Krämer
On Wed, 11 Jun 2003 13:02:16 +0200 Kevin D. Kissell [EMAIL PROTECTED] wrote: Our of curiousity, I configured the MIPS/Linux interpretive kaffe with --disable-debug, for speed, and ran the Embedded CaffeieneMark benchmark. Comparing the result with an equivalent 1.0.7-based build, we

Re: [kaffe] Re: AmigaOS Config failure

2003-06-10 Thread Helmer Krämer
On Tue, 10 Jun 2003 20:58:17 +1000 Tony Wyatt [EMAIL PROTECTED] wrote: Hi Tony, As I posted before, I've added a special case for amigaos, to prevent the search for command line length limit. At 3m 40s per trial, it's far too slow. Having got past the first command line length

Re: [freenet-dev] Re: [kaffe] Kaffe and Freenet, round (N+1)

2003-06-06 Thread Helmer Krämer
On Thu, 5 Jun 2003 07:53:15 -0700 (PDT) Dalibor Topic [EMAIL PROTECTED] wrote: Hey, --- Greg Wooledge [EMAIL PROTECTED] wrote: Here is it a bit later, closer to normal: PID USERNAME PRI NICE SIZE RES STATE WAIT TIMECPU COMMAND 19688 greg 103 20 752K 616K run -

Re: [kaffe] small make dist fix

2003-06-06 Thread Helmer Krämer
On Thu, 5 Jun 2003 07:02:46 -0700 (PDT) Dalibor Topic [EMAIL PROTECTED] wrote: With that patch make dist creates useable distribution archives again, but ... make distcheck fails with: /bin/sh ./rebuildLib @essential.files Compiling classes from @essential.files using

Re: [freenet-dev] Re: [kaffe] Kaffe and Freenet, round (N+1)

2003-06-04 Thread Helmer Krämer
On 04 Jun 2003 09:17:14 +0200 Mark Wielaard [EMAIL PROTECTED] wrote: Hi, So, the upshot is, I'm still running early-May CVS Kaffe. It's the only thing that still works. But I didn't know that it already worked with an older kaffe version. Can you determine on which date it actually

Re: [kaffe] Deadlock in JIT3 println call

2003-06-04 Thread Helmer Krämer
On Wed, 04 Jun 2003 18:23:23 +1000 Tony Wyatt [EMAIL PROTECTED] wrote: Hi Tony, I'm trying to rid myself of runtime errors in the JIT3 (version 1.0.7) on the m68k Amiga platform. Currently I'm wrestling with this one: When executing the expression: println(= + (fmeth() / fmeth()) ),

Re: [kaffe] build failure if old version present, ServletContext.setAttribute

2003-06-03 Thread Helmer Krämer
On Thu, 29 May 2003 12:36:39 +0200 Helmer Krämer [EMAIL PROTECTED] wrote: Hi Greg, This one occurs after clicking a few things on the web interface, less than a minute after the node has finished initializing. There is no accompanying message in freenet.log, and stdout/stderr has only

Re: [kaffe] Qt AWT backend works under Qtopia(Qt Palmtop)

2003-06-02 Thread Helmer Krämer
On 01 Jun 2003 21:48:18 -0700 Jim Pick [EMAIL PROTECTED] wrote: Hi, So lets continue to do bugfixes until Wednesday, and we'll roll the release out next Sunday. any restrictions as to what or how much I may checkin? Greetings, Helmer ___ kaffe

Re: [kaffe] Qt AWT backend works under Qtopia(Qt Palmtop)

2003-06-02 Thread Helmer Krämer
On Mon, 2 Jun 2003 13:09:45 +0900 (JST) Kiyo Inaba [EMAIL PROTECTED] wrote: Dalibor Topic [EMAIL PROTECTED] wrote: so I'd propose delaying the release by a week until that's sorted out, and continuing with the development until next wednesday, then freeze, release next sunday. Does 'next

Re: [kaffe] Suggested patch: kaffe/lang/AppClassLoader.java

2003-05-31 Thread Helmer Krämer
On Sat, 31 May 2003 02:41:04 +0900 Ito Kazumitsu [EMAIL PROTECTED] wrote: Hi, Background: Some implementation of jar produces a jar file whose MANIFEST.MF is broken. For example, jar 0.92-gcc that comes with GCC of cygwin makes a MANIFEST.MF which has a byte 0x00 at the end of the file.

Re: [kaffe] jetty _almost_ works

2003-05-31 Thread Helmer Krämer
On Sat, 31 May 2003 00:26:10 -0600 Timothy Stack [EMAIL PROTECTED] wrote: Hi, Sorry for the late checkins, I'm trying to help out some other folks, hopefully they won't cause any damage. Anyways, they get us pretty close to a working jetty (jetty.mortbay.org/jetty/). The server gets

Re: [kaffe] build failure if old version present, ServletContext.setAttribute

2003-05-29 Thread Helmer Krämer
On Tue, 27 May 2003 18:50:40 -0400 Greg Wooledge [EMAIL PROTECTED] wrote: 26-May-03 7:21:43 PM (freenet.interfaces.LocalInterface, Interface # tcp/, ERROR): Unhandled throw accepting connections: Interface # tcp/ java.lang.NullPointerException at

Re: [kaffe] build failure if old version present, ServletContext.setAttribute

2003-05-29 Thread Helmer Krämer
On Thu, 29 May 2003 13:42:07 +0200 Kevin D. Kissell [EMAIL PROTECTED] wrote: From the traces you've sent in this thread, I would assume that this assertion failure only occurrs when you get a NullPointerException, is that correct? The past two times, that seemed to be the case.

Re: Kaffe and Mauve (Was: Re: [kaffe] Re: LinkedList.subList severely broken)

2003-05-27 Thread Helmer Krämer
On Thu, 22 May 2003 09:30:26 -0700 (PDT) Dalibor Topic [EMAIL PROTECTED] wrote: Hi all, real0m51.953s That is 0 minutes and 51 seconds, right? That's quite short. Another problem with having so many failures is that it makes it more difficult to spot if a change in Kaffe

[kaffe] jit3 docs

2003-03-12 Thread Helmer Krämer
Hi all, I've attached a patch that adds some small comments to kaffe's jit3. I'd really appreciate it if you'd have a look at it and send some feedback (especially those that know more about the jitter than me). Greetings, Helmer jitter-docs Description: Binary data

Re: [kaffe] Bug Report: accessing array doesn't throw NullPointerException under MIPS

2003-03-12 Thread Helmer Krämer
On Wed, 12 Mar 2003 11:57:06 +0100 Kevin D. Kissell [EMAIL PROTECTED] wrote: As long as I have your attention, there's one other oddity I've found in the MIPS JIT3 support that you might be able to explain. In jit3-icode.h for MIPS, we have #define HAVE_fakecall_constpool

Re: [kaffe] Bug Report: accessing array doesn't throw NullPointerException under MIPS

2003-03-12 Thread Helmer Krämer
On Wed, 12 Mar 2003 15:08:29 +0100 Kevin D. Kissell [EMAIL PROTECTED] wrote: Helmer Kraemer writes: In order to be able to store large constants that cannot be inlined in the instruction stream, kaffe's jitter uses a per method constant pool (_not_ to be confused with the constant pool

Re: [kaffe] callMethodA / callMethodV problem?

2003-02-11 Thread Helmer Krämer
On Mon, 10 Feb 2003 20:33:29 +0100 Helmer Krämer [EMAIL PROTECTED] wrote: Hi again, replying to myself here. Does anybody have an idea about what could be going wrong here? I've attached a small patch that seems to fix this and hopefully doesn't break anything else (at least it passes

[kaffe] callMethodA / callMethodV problem?

2003-02-10 Thread Helmer Krämer
Hi all, I ran into a problem that seems to be caused by callMethodA and callMethodV not handling parameters of type long, double and float correctly. In order to investigate this further, I created the attached test case that shows that this is the case at least on my i386. Does anybody have

[kaffe] configure fun

2003-02-07 Thread Helmer Krämer
Hi, I tried compiling kaffe a few minutes ago, configured it with ./configure --disable-sound --with-threads=unix-pthreads --enable-debug --with-engine=jit3 --without-x --with-awt=no --with-class-library-profile=default and finally got this message: ---8-

Re: [kaffe] verifier and threads

2003-01-23 Thread Helmer Krämer
On Tue, 21 Jan 2003 11:13:57 -0700 Patrick Tullmann [EMAIL PROTECTED] wrote: Helmer wrote: seems like I tracked this one down. The problem was that Class.forName () catched the VerifyError and threw a ClassNotFoundException instead. I've attached a pretty simple patch that should fix

Re: [kaffe] kaffeh buserror

2003-01-20 Thread Helmer Krämer
On Wed, 15 Jan 2003 17:15:43 +0100 (CET) Marc Kleine-Budde [EMAIL PROTECTED] wrote: Hi Marc, sorry for my late response, I was somewhat busy the last few days :( I tried to kompile the latest CVS version of Kaffe on Mac OSX.2.3 + Dec202 Developer Tools + newest fink binary distribution.

Re: [kaffe] verifier and threads

2003-01-20 Thread Helmer Krämer
On Mon, 20 Jan 2003 02:12:53 -0500 (EST) gonzo [EMAIL PROTECTED] wrote: Hi Rob, in the process of linking a class, which involves calls to verify2 and verify3, execution can begin on methods in the class, including unverified methods. this is particularly weird since at the beginning of

Re: [kaffe] QT AWT ExceptionInInitializerError (not the libawt one)

2003-01-10 Thread Helmer Krämer
On Fri, 10 Jan 2003 00:52:42 +0100 Benja Fallenstein [EMAIL PROTECTED] wrote: Hi again Benja! java.lang.ExceptionInInitializerError: java.lang.ExceptionInInitializerError: [exception was java.lang.UnsatisfiedLinkError: /usr/local/kaffe/jre/lib/i386/libawt-1.1.x-cvs.so: undefined symbol:

[PATCH] method invocation via jni (was Re: [kaffe] java.lang.reflect.Method virtual method call bug (CVS))

2002-12-29 Thread Helmer Krämer
On Sat, 28 Dec 2002 15:33:01 +0100 Helmer Krämer [EMAIL PROTECTED] wrote: Hi all, replying to myself here. P.S.: Sorry if this was a little bit confusing, I'll send a complete, cleaned-up patch of these changes when gzz is working I've revised my first patch a little bit

Re: [kaffe] [bug] kaffeh can't handle overloaded native methods

2002-12-29 Thread Helmer Krämer
On Fri, 27 Dec 2002 15:00:14 -0800 (PST) Dalibor Topic [EMAIL PROTECTED] wrote: Hi Dalibor, So I'd be glad if someone with more kaffeh hacking experience could take a closer look at it and tell me if I'm missing something obvious. As a bit of background motivation, this is the last bit

Re: [kaffe] java.lang.reflect.Method virtual method call bug (CVS)

2002-12-27 Thread Helmer Krämer
On Fri, 27 Dec 2002 14:32:09 +0100 Benja Fallenstein [EMAIL PROTECTED] wrote: Hi Benja, a few months ago, Vesa Kaihlavirta wrote you about a problem with Kaffe and Jython (in both the CVS and 1.0.7 versions). Unfortunately, nobody was able to work out what the bug really was. It still

Re: [kaffe] JNI load

2002-12-20 Thread Helmer Krämer
On Fri, 20 Dec 2002 15:50:24 +0100 Richard Stahl [EMAIL PROTECTED] wrote: Hi, I am sorry yet I again have a problem with the cvs version of kaffe which I do not have with the release version! I am using JNI, so I used to specify the LD_LIBRARY_PATH to the place where I have e.g.

Re: [kaffe] new pthread implementation over Kaffe

2002-11-13 Thread Helmer Krämer
On Tue, 12 Nov 2002 20:23:14 +0100 Juan Enrique Agudo Garzón [EMAIL PROTECTED] wrote: Hi, My problem is that the function phtread_init is declared as constructor and seems that is not executed. Where it would have to call it if I want it to do directly. At least the glibc-linuxthreads

Re: [kaffe] PONNHI a new implementation of Pthreads for Kaffe

2002-11-13 Thread Helmer Krämer
On Wed, 13 Nov 2002 19:04:01 +0100 Juan Enrique Agudo Garzón [EMAIL PROTECTED] wrote: Hi again, PONNHI is a new implementation of pthreads that I am trying to connect with kafee. my previous answer wasn't that appropriate then, sorry. In this implementation of pthreads the function

Re: [kaffe] porting kaffe-awt-qt and libtool

2002-11-11 Thread Helmer Krämer
On 10 Nov 2002 13:09:45 -0800 Brian Beattie [EMAIL PROTECTED] wrote: Hi, I've ported kaffe to the Zaurus openzaurus distro and am now trying to port the awt-qt library. I'm haveing a real problem with libtool. I thought I had finally figured out how to build the libraries, but I'm getting