Re: [Sablevm-developer] using a Soot-transformed classpath
Brought to you by:
egagnon
From: Etienne G. <gag...@uq...> - 2004-03-07 03:03:43
|
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-native > >portion of Classpath. I have the output from Soot in the application > >directory where I try to run SableVM, but the classes aren't getting > >loaded even with '-c .' specified as an option. How about compiling a version of SableVM with --enable-debugging-features and then launching sablevm like this: sablevm -v --property sablevm.verbose.methods=true ... This should show you the complete sequence of called methods. I guess we should really document these boot-time properties somewhere. Any volunteer? Etienne -- Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |