Skip to content

Edward ThreadLocal - a Java agent hunting all your dirty thread local leaks

License

Notifications You must be signed in to change notification settings

metacoder/edward-tl

Repository files navigation

Edward Threadlocal

This is a test project for a java agent inspecting thread local leaks. It's not even an early alpha, so please don't use it =)

Build Status

Agent run:

Compile with mvn clean install. Run the agent test with:

mvn clean install; java -javaagent:./agent-impl/target/agent-impl-0.0.1-SNAPSHOT-bin/agent-impl-0.0.1-SNAPSHOT/agent-loader-0.0.1-SNAPSHOT.jar -cp ./agent-test/target/agent-test-0.0.1-SNAPSHOT.jar de.metacoder.edwardthreadlocal.test.Main

from the root directory of your project =)

Have fun!

About

Edward ThreadLocal - a Java agent hunting all your dirty thread local leaks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published