Do I have the 64 bit of JDK installed on my machine?
My java -version says:
C:\Documents and Settings\Administrator>java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
Should I expect a performance improvement in using a 64 bit compiler versus a 32 bit one?
Thanks,
Mike
Yes, it says Java Hotspot(TM) 64-bit. In regards to 64-bit vs. 32-bit JVM performance the main benefit of a 64-bit JVM is the larger address space. See the Hotspot FAQ.