[Soot-list] Howto generate a CallGraph?

Eric Bodden eric.bodden at mail.mcgill.ca
Mon May 5 09:48:06 EDT 2008


> I tried the code you provided, but  it seemed something wrong.
>
> It ran heavily, slowly and giving message repeatly:
>
>     GC Warning: Repeated allocation of very large block (appr. size *****):
>          May lead to memory leak and poor performance.
>
> Could u plz help me. Thanks!

Hmm that's odd. Could just be a heap space issue though. Can you try
the following?

java -Xmx1024m CGMain -w CallGraphs

This assigns 1GB of heap space to the VM. (the default can certainly be too low)

Eric

-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


More information about the Soot-list mailing list