Re: Most popular applications?

2002-03-24 Thread Jukka Santala
the generally used features should work. There may be an issue with ARM JIT's const-pool size-limit that demands re-compiling one class-file, though. -Jukka Santala

Re: Most popular applications?

2002-03-22 Thread Jukka Santala
. -Jukka Santala

Re: SPECjvm98

2002-03-21 Thread Jukka Santala
developer to run. In addition Kaffe has pretty good conformance, but it would appear performance could use some work. -Jukka Santala

Re: Interesting results...

2002-03-21 Thread Jukka Santala
compilation. How about -target 1.1 ? -Jukka Santala

Re: Introduction, new maintainer for kaffe

2002-03-13 Thread Jukka Santala
the open-source community what I consider the most complete and usable Java clone presently, for which it rightly deserves to be commended. -Jukka Santala

Re: JRE 1.31 and kaffe 1.0.6

2001-10-05 Thread Jukka Santala
Sun Java version, since Kaffe is not Sun's Java or based on it. JDK/JRE 1.1 is pretty much the baseline, but many invidual classes (Especially in the CVS version) are compatible with 1.3 API. However, Java2D API/Classes (From JDK 1.2) for example aren't implemented at all. -Jukka Santala

Re: While running Xalan Xerces in Kaffe it hangs

2001-09-27 Thread Jukka Santala
On Mon, 24 Sep 2001, Stuart Ballard wrote: Jukka Santala wrote: With the Kaffe.org latest release/binaries you're probably out of luck, it's over year old and a lot has changed since then. Does anyone know if there is any release of Kaffe planned for the near future? I too have some code

Re: While running Xalan Xerces in Kaffe it hangs

2001-09-24 Thread Jukka Santala
On Mon, 24 Sep 2001, Parthasarathy G wrote: We are trying to run latest version xalan and xerces in Kaffe 1.0.6. It hangs while getting the javax.xml.transform.TransformerFactory Object. Can anybody help us on this. It's been some weeks since I've dealt with this, so somebody else may have

[PATCH] TC_CLASS deserialization

2001-08-01 Thread Jukka Santala
This short patch should implement TC_CLASS type deserialization from object-streams, which is required for example with Java Media Framework's new registry-file loading. It appears to work properly with JMF 2.1.1 registry file at least, altough I'm new to Kaffe internals, hence no