Re: Backporting JanosVM fixes to Kaffe

2002-03-18 Thread Dalibor Topic
On Monday 18 March 2002 21:47, Jim Pick wrote: > On Mon, Mar 18, 2002 at 12:55:30PM -0700, Timothy Stack wrote: > > I can provide a diff between a recent Kaffe and JanosVM, so it will > > mostly be a matter of pulling out the good stuff and ignoring the rest. > > Good stuff. I'll definitely take

Re: Klasses.jar needs to be rebuilt

2002-03-18 Thread Dalibor Topic
On Monday 18 March 2002 22:34, Carlos Valiente wrote: > I have grabbed a fresh checkout from CVS a couple of hours ago and have > built Kaffe on linux-ppc. Everything compiled OK, but the resulting > version of kaffe didn't seem to work. > > I have invoked kaffe with '-vmdebug NATIVELIB' enabled;

[PATCH] javac & kjc 2.1A compilation fix was: Re: VerifyError in PushbackReader

2002-03-18 Thread Dalibor Topic
On Sunday 17 March 2002 18:01, Ito Kazumitsu wrote: > Now KJC 2.1A has been released. But when I tried to rebuild > Klasses.jar with KJC 2.1A, I got the following message: > > /bin/sh ./rebuildLib > Compiling classes ... > java/util/Hashtable.java:169: error:Class "Entry" is not accessible [JLS >

Klasses.jar needs to be rebuilt

2002-03-18 Thread Carlos Valiente
I have grabbed a fresh checkout from CVS a couple of hours ago and have built Kaffe on linux-ppc. Everything compiled OK, but the resulting version of kaffe didn't seem to work. I have invoked kaffe with '-vmdebug NATIVELIB' enabled; the problem was a missing native (??) implementation of java.C

Re: Backporting JanosVM fixes to Kaffe

2002-03-18 Thread Jim Pick
On Mon, Mar 18, 2002 at 12:55:30PM -0700, Timothy Stack wrote: > > > howdy, > > So, as you might've seen we just released a new version of the JanosVM, > which is a modded version of Kaffe. For the most part we haven't changed > much in the original code base, but there have been a number of

Re: VerifyError in PushbackReader

2002-03-18 Thread Thomas Graf
Ito Kazumitsu wrote: > > Now KJC 2.1A has been released. But when I tried to rebuild > Klasses.jar with KJC 2.1A, I got the following message: > > /bin/sh ./rebuildLib > Compiling classes ... > java/util/Hashtable.java:169: error:Class "Entry" is not accessible [JLS 6.6.1] > java/util/Hashta

Backporting JanosVM fixes to Kaffe

2002-03-18 Thread Timothy Stack
howdy, So, as you might've seen we just released a new version of the JanosVM, which is a modded version of Kaffe. For the most part we haven't changed much in the original code base, but there have been a number of fixes and added features that would be nice to port back to Kaffe. Unfortunat

ANN: New JanosVM Release

2002-03-18 Thread Timothy Stack
Janos Virtual Machine v0.6.0 The University of Utah's Flux Research Group announces a new release of the JanosVM, v0.6.0. This release includes more documentation, a fleshed out java.security package, updates for the late

Re: SPECjvm98

2002-03-18 Thread Jim Pick
I just read the license, and it looks like you are right, it can only be used by a single user or corporation. We could install it on kaffe.org, but only one person would be allowed to use it. Cheers, - Jim - Original Message - From: "Erik Corry" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

Re: SPECjvm98

2002-03-18 Thread Erik Corry
On Mon, Mar 18, 2002 at 07:40:06AM -0800, Jim Pick wrote: > > They test kaffe using it here. > > http://www.shudo.net/jit/perf/ > > There are some issues (can't load it as an applet, needs a larger heap). > > Maybe we can order a copy for kaffe.org and put it on the server? I'm sure > TVT wi

Re: Zlib in kaffe?

2002-03-18 Thread Jim Pick
I think kaffe can be built either dynamically, or statically. It looks like the double free() is in the decompression code, so if somebody constructed a malicious jar or zip file and used kaffe to run this untrusted code, it could be a problem, depending on the operating system. Of course, from

Re: SPECjvm98

2002-03-18 Thread Jim Pick
They test kaffe using it here. http://www.shudo.net/jit/perf/ There are some issues (can't load it as an applet, needs a larger heap). Maybe we can order a copy for kaffe.org and put it on the server? I'm sure TVT will spot the $50 or $100 bucks. Interested in that? Cheers, - Jim - O

Re: VerifyError in PushbackReader

2002-03-18 Thread Dalibor Topic
hi Eric, On Sunday 17 March 2002 00:53, Erik Corry wrote: > libgcj header files). I'm running into a bug which is also > entered in the bug database (in incoming), but which I can't > contribute to as I can't find how to log in as anyone other > than guest. I think that the bug database is bro

[PATCH] javalib makefile.am

2002-03-18 Thread Dalibor Topic
Hi, this patch fixes an oversight I made with the kaffe.io.CircularBuffer.java (checked in on Mon Feb 18 16:24:55 PST 2002) file. I only added it to Makefile.in but not to Makefile.am ... cheers, Dalibor Topic * libraries/javalib/Makefile.am: add kaffe.io.CircularBuffer.java

[PATCH] MulticastSocket [gs]etTimeToLive implementation

2002-03-18 Thread Dalibor Topic
Hi, the appended patch implements getTimeToLive & setTimeToLive methods for java.net.MulticastSocket. The implementation just calls the getTTL & setTTL methods. The implementation of setTimeToLive additionally checks if the given time to live is within bounds specified in Java Class Libraries

Re: VerifyError in PushbackReader

2002-03-18 Thread Stuart Ballard
Mark Wielaard wrote: > > Hi, > > On Sun, 2002-03-17 at 18:07, Carlos Valiente wrote: > > I couldn't find jikes-1.15b in > > http://oss.software.ibm.com/developerworks/project/showfiles.php?group_id=10 > > > > Is it available somewhere else? > > It was a special release made by Eric Blake when

Zlib in kaffe?

2002-03-18 Thread Dalibor Topic
Hi, I have come accross this page http://www.gzip.org/zlib/apps.html that claims kaffe uses zlib and thus might be vulnerable to the recently uncovered zlib security bug: http://www.cert.org/advisories/CA-2002-07.html Is kaffe using a statically linked version (i.e. is the heavily hacked inf

SPECjvm98

2002-03-18 Thread Erik Corry
Hi Does anyone know whether kaffe can run SPECjvm98? Before I plonk down $50 for a license... -- Erik Corry [EMAIL PROTECTED]