/umad

Unsynchronized Memory Access Detector

Primary LanguageJavaApache License 2.0Apache-2.0

umad - Unsynchronized Memory Access Detector

A Java agent that rewrites bytecode to instrument calls to methods which might be used by different threads and check at runtime if no such access happened.

To use with sbt:

mvn package
sbt -J-javaagent:/path/to/your/repo/target/umad-SNAPSHOT-full.jar