Re: [Sablevm-developer] problem running gjdoc (javadoc replacement) w/ SableVM
Brought to you by:
egagnon
From: Grzegorz P. <gr...@se...> - 2002-10-26 23:26:38
|
W li=B6cie z czw, 24-10-2002, godz. 20:23, Etienne M. Gagnon pisze:=20 > Hi Folks, >=20 > 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? >=20 > 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). >=20 > 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. I installed 1.15 jikes for testing and... gjdoc works (at least help shows) only IF libgcj.jar is in the classpath! Else - the previous error appears! > Of course, I'll have to fix SableVM to implement the > nativeCreateArray... On my TODO list (getting pretty long). I think that using jikes 1.15 for gjdoc compilation didn't really solve this problem. GBP PS: Hmm... I just thought that maybe recompilation of sablevm-classlib with jikes 1.15 can help. I won't check it ATM. I will be uploading gjdoc into unstable anyway. (there's always gcj arch-specific version available - thanks to Mark Howard <mh...@ti...> ) |