[Soot-list] AWT thread

Eric Bodden eric.bodden at mail.mcgill.ca
Fri Sep 15 20:36:55 EDT 2006


Hello.

An analysis I am writing needs to be thread-aware. At the current time this is actually the case: I identify thread start points by their call edges in the call graph (calls to Thread.run() pointing to Thread.start()). Now I tested the whole thing on a Swing application and as you might know all Swing respectively AWT code runs in its own thread. Soot seems to fail to identify the AWT thread in its call graph.

Do you know why this could be the case and if there is any support for handling/identifying the AWT thread?

Thanks a lot,
Eric

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




More information about the Soot-list mailing list