Re: [Sablevm-developer] problem running gjdoc (javadoc replacement) w/ SableVM
Brought to you by:
egagnon
From: Etienne M. G. <eti...@uq...> - 2002-10-24 18:35:50
|
Hi Folks, On Wed, Oct 16, 2002 at 01:27:45PM +0200, Grzegorz Prokopski wrote: > I may be wrong - but it seems that there's something wrong w/ > createArray? So it is rather gnu classpath related problem not > SableVM? I was running some experiments, and I noticed that SableVM seemed broken; it wouldn't run the SPECjvm benchamrks anymore! (Complaining about the missing nativeCreateArray). So, after investigation, I finally found the problem: Jikes 1.17 generates internal class bytecodes which make these invocations, whereas Jikes 1.15 doesn't. On the short term, you should be using Jikes 1.15 (There's a package for it, I think, in Debian "testing"). Of course, I'll have to fix SableVM to implement the nativeCreateArray... On my TODO list (getting pretty long). Etienne -- Etienne M. Gagnon http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |