Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 390 Bytes

java-thread-sanitizer

This project hosts java code for ThreadSanitizer.

Build Instructions

ant download # To download project dependencies.
ant # To build the code of the instrumentation agent.

Running Your Code under the Instrumentation Agent

Take a look into examples/README.txt for instructions on running code under the agent.