Desperado said:I've been coding a while with the Apple VM, Version 1.5 on Tiger but I found it to be heavily underoptimized compared to the Sun Hotspot compiler.
[chrisg5:~] % java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112)
Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing)
java -server
java -client
invalidname said:Apple's JVM is licensed from Sun and already uses the HotSpot compiler:
Code:[chrisg5:~] % java -version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112) Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing)
Desperado said:Hello there
I've been coding a while with the Apple VM, Version 1.5 on Tiger but I found
it to be heavily underoptimized compared to the Sun Hotspot compiler.
I there an alternative implementation that is known to be faster?
Thanks for your admittance
valiar said:"Underoptimized" as in...?