[Soot-list] System.out.println

Khilan Gudka khilan.gudka at imperial.ac.uk
Mon Feb 25 11:16:44 EST 2008


Thanks very much for that link.

How do I tell spark to not construct edges to methods in a particular
class? Like JarVerifier as mentioned in that paper.

Khilan

On 25/02/2008, Eric Bodden <eric.bodden at mail.mcgill.ca> wrote:
> Oh, I just remembered that Ondrej wrote about it:
>
>  http://portal.acm.org/citation.cfm?doid=1251535.1251542
>
>  It's 498 dynamic calls already! And that with JDK 1.3. I am sure that
>  with the newer JDK things have gotten rather more complicated.
>
>
>  Eric
>
>
>  On 25/02/2008, Chris Pickett <chris.pickett at mail.mcgill.ca> wrote:
>  > 4722 directly reachable from System.out.println sounds strange.  Chris
>  >
>  >
>  >  Eric Bodden wrote:
>  >  > Sure, we do whole-program analysis on programs with 500.000 lines of code.
>  >  >
>  >  > 4722 sounds normal to me. I am not sure what fraction of this number
>  >  > is actually executed at runtime, but I guess some hundred methods are
>  >  > executed at least.
>  >  >
>  >  > Eric
>  >  >
>  >  > On 25/02/2008, Khilan Gudka <khilan.gudka at imperial.ac.uk> wrote:
>  >  >> Dear All,
>  >  >>
>  >  >>  Has anyone been successful in doing a whole-program analysis for a
>  >  >>  Java program containing calls to System.out.println? There appear to
>  >  >>  be 4722 methods reachable from it. Does this sound right? I'm
>  >  >>  currently using Spark to generate the call graph.
>  >  >>
>  >  >>  Thanks,
>  >  >>  Khilan.
>  >  >>  _______________________________________________
>  >  >>  Soot-list mailing list
>  >  >>  Soot-list at sable.mcgill.ca
>  >  >>  http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>  >  >>
>  >  >
>  >  >
>  >
>
>
>
> --
>  Eric Bodden
>  Sable Research Group
>  McGill University, Montréal, Canada
>


More information about the Soot-list mailing list