Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 390 Bytes

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.