JITed .
Sun JVM (Oracle) Sun HotSpot, , , , "", . . , , . -XX:CompileThreshold=10000 VM, , "".
I do not know how to check if the current code is working in interpreted or compiled mode. VM crash logs show which methods in the stack trace are interpreted or compiled, maybe there is a way to get it at runtime.
source
share