AMD vs Intel.

Problem: My J2SDK 1.4.2_02 based Swing application runs fine on a Windows/Intel P4 box but slightly misbehaves on a Windows / AMD Athlon64 box!

Sun doesn't provide any special DLLs / EXEs in their Java 1.4.2_02 installation for Intel- and AMD-based Windows platforms. This tells me that a Windows/Intel platform binary would also run fine on Windows/AMD. I even verified this by building an EXE from a simple C program (that prints a string "Hello, world\n" and an integer 1234) on a Windows/Intel box using a native C compiler (cygwin), and subsequently running the EXE on Windows/AMD; it ran just fine.

At the same time, Sun does provide different Java installation packages for Intel- and AMD-based Linuxes. I thought I understood the fundamentals of CPU / OS / Compilers, and Java... but now I'm a little...

Confused,

Some Developer

[876 byte] By [SomeDevelopera] at [2007-10-2 5:41:12]
# 1
Look at the "Supported Configurations" infor for the current Java 5 release, it has some footnotes that should help. AMD Opteron and Athlon are different and evolving.
ChuckBinga at 2007-7-16 1:51:30 > top of Java-index,Administration Tools,Sun Connection...
# 2
I don't see any reason as to why it should misbehave. I have AMD Athlon XP and it works perfectly fine on both Windows and Linux. Sorry. :(
Sashank_Javaa at 2007-7-16 1:51:30 > top of Java-index,Administration Tools,Sun Connection...