Usage of Xint
807599Apr 19 2007 — edited Feb 10 2009Hi all,
I would like to ask the usage of Java option "hava -Xint".
I found out that some of the explanation of this option is as following
"Operate in interpreted-only mode. Compilation to native code is disabled, and all bytecodes are executed by the interpreter. The performance benefits offered by the Java HotSpot Client VM's adaptive compiler will not be present in this mode. "
I don't understand the meaning of this statement. So could anyone of you can explain this to me in an easier way?
Thanks.
Frank