The document discusses testing Java just-in-time (JIT) compilers by generating random but executable Java bytecode programs. It describes a random program generator that creates class files with random methods, fields, and control flows to thoroughly exercise JIT compilers. Test results are presented comparing the performance of JIT compilation and generated prime number code execution across Java 5, 7 and 11 virtual machines.