kongcurrent is a lightweight and simple to use tool that was designed to help you debug issues that causes exceptions under concurrent access.
The idea for creatin kongcurrent came from a problem where a non-thread-safe Map object (in a third party framework) was accidentally shared between threads causing a ConcurrentModificationException.
kongcurrent is a cross-platform utility capable of running on any operating system that comes with Java support (e.g. Mac OS X, Windows, Linux).
Instructions on how to use the kongcurrent utility on your Mac are available HERE.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· Added experimental support for non-interface based "proxying" via cglib.