Re: [Sablevm-developer] using a Soot-transformed classpath
Brought to you by:
egagnon
From: Grzegorz B. P. <ga...@de...> - 2004-03-06 16:59:02
|
W li=B6cie z pi=B1, 05-03-2004, godz. 23:45, Chris Pickett pisze:=20 > Is there some reason why inserting an empty method call (which actually= =20 > gets recognized and transformed by me) before and after every method=20 > call would make SableVM fail if the transformation was applied to all o= f=20 > classpath? I am not sure what exactly you're trying to do, but be warned that SableVM (just as probably any VM) is very picky about what can be executed at bootstrap time. So if you could avoid doing the transformations to the classes loaded during the bootstrap, it could save you a lot of troubles. > Anyway, in the meantime, I'll look into the details of why I "cannot=20 > create vm" with gdb. try to strace it first (it's faster) Does it fail after loading the first .class ? GBP --=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 |