
5 Oct
2004
5 Oct
'04
01:09
Hi Andi! Thanks for the response. Effectively, you are saying that a 32-bit compiled java class will take advantage of the 64-bit architecture at run-time if run in a 64-bit JVM. Is that correct ? Ta, Kunal Andi Kleen wrote:
On Tue, Oct 05, 2004 at 08:08:35AM +1000, Kunal Parikh wrote:
I wanted to know what flavour of JDK/JRE comes with 'SUSE LINUX Enterprise Server 9'. i.e. - 32-bit or 64-bit ?
The included JVM is 32bit.
If 64-bit JDK/JRE, then, is JBoss compiled in the 64-bit environment ?
Java bytecode is independent from the pointer size of the underlying JVM. So it doesn't matter. An exception would be JNI.
-Andi