[Soot-list] CallGraph exception

Eric Bodden eric.bodden at ec-spride.de
Tue Jul 3 04:36:22 EDT 2012


Hello.

> Do you know if any java compilers would do dead code elimination and
> remove a field? Recompiling with javac solved the missing field
> problem this morning, but maybe we should allow for this.

No, I don't think there is a compiler that does this. It would
actually be incorrect in general, as Java supports separate
compilation - you never know if there is no other code that may access
that field.

Maybe this was rather a classpath issue?

Eric


More information about the Soot-list mailing list