-Xmx512m
-XX:MaxHeapSize=512m
-XX:MaxPermSize=512M
-XX:+CMSClassUnloadingEnabled
Showing posts with label JVM. Show all posts
Showing posts with label JVM. Show all posts
7/31/2014
5/28/2014
Is Java compiled or interpreted? - Both
Depending on the execution environment, bytecode can be:
- compiled (to the native instructions understood by the CPU) ahead of time and executed as native code (similar to C++)
- compiled just-in-time and executed
- interpreted
- directly executed by a supported processor (bytecode is the native instruction set of some CPUs)
Labels:
bytecode,
jit,
just-in-time,
JVM
Subscribe to:
Posts (Atom)
