AaronChun / java-thread-sanitizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:Java 99.0%Language:Python 1.0%