It seems to me that the main cause of the crash is the fact that the author used a special [classloader](https://github.com/vmlens/jcstress-examples/blob/master/src/...) which always reloads the class and is not thread-safe intentionally (classloaders should be Thread-safe). I did not investigate in depth but that seems to be the main problem to me.