Currently, all development compiles in 32-bit Java. We are going to move all development to the latest version of Eclipse, and so we are thinking if this may be a good opportunity to also move all development to 64-bit. The product is heavily using servers (Tomcat) and databases, and so there is a clear advantage for performance enhancements here. But beyond this, are there any other advantages? It also comes with more overhead as well.
Also, how much effort is required to move development to 64-bit? I know for C, it's only really little coding and LP64 is the best solution, but I'm unable to find anything in regards to Java.
Cheers.