A
ClassLoader that, unlike usual class loaders,
does not load byte code, but reads JavaTM source code and then scans, parses,
compiles and loads it into the virtual machine.
Interesting, the previous implementation based on Leslie Lamport's
"Fast Mutal Exclusion" algorithm was not working, proabably due wrong
implementation.