JDK6 IA-64 vs x86_64 Multithreaded issues

49 views Asked by At

Has any programmer programmed Java-Multithreaded code and has seen different behavior between Itanium and x86_64 as code is running? Elements of unsynchronization or wrong locking on ConcurrentSkipListMaps or releasing of MappedByteBuffer ? I face a very wierd issue where on IA-64 the java code does not run smoothly and correctly but yet on x86_64 I don't see errors. I have read various posts in internet but most of them talk about C++. But yet Java uses native thread since 1.2. So I am wondering... anyone?

0

There are 0 answers