Re: [Sablevm-developer] using a Soot-transformed classpath
Brought to you by:
egagnon
From: Grzegorz B. P. <ga...@de...> - 2004-03-07 03:49:21
|
W li=B6cie z sob, 06-03-2004, godz. 21:41, Etienne Gagnon pisze:=20 > On Fri, Mar 05, 2004 at 11:45:07PM -0500, Chris Pickett wrote: > > >I want to make SableVM use Soot-transformed versions of the non-nati= ve=20 > > >portion of Classpath. I have the output from Soot in the applicatio= n=20 > > >directory where I try to run SableVM, but the classes aren't getting= =20 > > >loaded even with '-c .' specified as an option. >=20 > How about compiling a version of SableVM with > --enable-debugging-features and then launching sablevm like this: >=20 > sablevm -v --property sablevm.verbose.methods=3Dtrue ... >=20 > This should show you the complete sequence of called methods. I guess > we should really document these boot-time properties somewhere. Any > volunteer? Ehrm...! does _anybody_ read manual pages?! ;-) $ man sablevm (though suggestions/improvements are welcomed) GBP PS: Assuming you have SableVM installed in some standard place so that man command knew about sablevm.1 manual page... 'man ./doc/sablevm.1' in SableVM sources should also work AFAIR. --=20 Grzegorz B. Prokopski <ga...@de...> Debian GNU/Linux http://www.debian.org SableVM - LGPLed JVM http://www.sablevm.org Why SableVM ?!? http://devel.sablevm.org/wiki/WhySableVM |