[Soot-list] Hanging problem while executing garbage collection.

Patrick Lam plam at cs.mcgill.ca
Mon Jan 31 11:03:29 EST 2011


On 01/31/11 10:51, Samuel Son wrote:
> I need to correct my statement :)
>
> Yes, you are correct. The problem is NOT hanging but segfault.
>
> I did use -Xmx options of course. I use -Xmx2g.
>
> Could you suggest the solution for this ?
>
> I want to change SUN JVM to IVM J9 but I do not know how I can change it :(

Looks like you need to install the IBM virtual machine, which seems to 
be available here: http://www.ibm.com/developerworks/java/jdk/

Then just put it in your path, so that 'java' refers preferentially to 
the IBM JVM, or explicitly modify the script that you're using to invoke 
Soot.

pat


More information about the Soot-list mailing list