How do I discourage the Just-in-Time (JIT) compiler from JITing one-time initialization code?
Created May 4, 2012
John Zukowski At the beginning of the block, call java.lang.Compiler.disable(). At the end of the block, call java.lang.Compiler.enable().