# java-thread-sanitizer **Repository Path**: mirrors_google/java-thread-sanitizer ## Basic Information - **Project Name**: java-thread-sanitizer - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.