How do I turn off the Just-in-Time compiler so I can get line numbers in my stack traces?
Created May 4, 2012
John Zukowski The 1.1
java
runtime command takes a -nojit
option to disable the JIT compiler. The Java 2 platform java
runtime command takes requires -Djava.compiler=NONE
instead.