pkukielka / umad

Unsynchronized Memory Access Detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Unsynchronized Memory Access Detector

License:Apache License 2.0


Languages

Language:Java 100.0%