My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

SOAP 2012 @ PLDI

International Workshop on the State Of the Art in Java Program Analysis

Co-located with PLDI, June 2012 in Beijing, China.

Submissions by March 28th, 2012.

A small request to our users

We would appreciate if you could briefly let us know about how you use TamiFlex. To do so, click here. It will only take a minute. Thanks!

News

What is TamiFlex?

TamiFlex is a tool suite to facilitate static analyses of Java programs that use reflection and custom class loaders. The suite consists of two agents that use the java.lang.instrument API, one Play-out Agent and one Play-in Agent. Our Overview document gives more details.

What features does TamiFlex offer?

TamiFlex consists of three components, the Play-out Agent, the Play-in Agent and the Booster.

The Play-out Agent allows you to:

  • monitor a Java program using any Java-6 compliant JVM,
    • dumping a reflection trace file, providing information about reflective calls on the program run, and
    • dumping all classes that the virtual machine loaded on this run, including runtime-generated classes

The Booster takes as input a class-file folder and reflection log produced by the Play-Out Agent and produces as output an enriched version of the program that contains "materialized" versions of the original reflective calls in the form of standard Java method calls. Statically analyzing the "boosted" program instead of the original program allows static-analysis tools to treat the reflective calls just as standard Java method calls.

With the Play-in Agent you can cause the virtual machine to load classes from a specified directory instead of from they would normally be loaded from. This is useful for replacing classes by statically optimized classes irrespective of the program's class-loading setup.

Who are the creators of TamiFlex?

TamiFlex is a joint effort of Eric Bodden, Andreas Sewe, Jan Sinschek and Mira Mezini, of the Software Technology Group at TU Darmstadt. This work is supported by CASED.

TamiFlex uses technology from ASM, which is under this OS license, and from Soot, which is under LGPL.


Documentation

This document gives an Overview of TamiFlex.

Using TamiFlex

Our Usage page tells you how to use TamiFlex. It may also be useful to consult our FAQ.

Using TamiFlex with DaCapo and Soot

TamiFlex enables static whole-program analysis of DaCapo benchmarks using Soot. Here you can read more about how this works.

Scientific Papers

If you are interested in the internal workings of TamiFlex, please consult our Technical Report or our ICSE 2011 paper.

Benchmarks

We also have all benchmarking results from this Tech Report online, along with scripts to reproduce them. Please consult our Benchmarks page for details.

Powered by Google Project Hosting