R
Rhino
Given this as the output from java -version:
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
Is this a JIT compiler? How do you know? In other words, what wording is the
giveaway that this is or isn't a JIT compiler? Or do I need a different
command or technique to determine that it is JIT?
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
Is this a JIT compiler? How do you know? In other words, what wording is the
giveaway that this is or isn't a JIT compiler? Or do I need a different
command or technique to determine that it is JIT?