Jikes

From JVMLanguages

Jikes is a compiler that turns Java Source Code into Java Bytecode. Unlike javac, and other compilers like Janino and ECJ, Jikes is implemented entirely in native code and is purported to be much faster.

External Links