Juergen said:
No it's a real 64-bit AMD64 application which takes advantage of the
increased register number and size, etc. (Sun's 1.5 VM for AMD64 is
based on a our code BTW.)
Note that there's no reason to make a special 32-bit VM for AMD64: The
32-bit mode is compatible with x86, it runs x86 VMs just fine. As for
performance: The 64-bit AMD64 VM is faster than the 32-bit x86 VM
running on AMD64 in allmost all benchmarks (mostly due to the
increased register number; code using Java longs also benefits a lot
from having 64-bit wide registers).
Sorry, I didn't realise this was a full blown 64-bit app. I thought that as
Sun's wasn't out until the 1.5 release, Blackdown would follow suit.
Thanks for clearing this up.
I use the AMD64 version at work on an Opteron, to my mind it doesn't seem
significantly faster than the 32bit equivalents. The main reason I use
this VM is that I had experienced some problems with earlier versions on
that system, in particular with apps using AWT (this may have been due to
some peculiarity of my X installation, but the problems went away when I
upgraded so I didn't investigate further).