JDK-7004217 : Remove IA64 workaround re-introduced with CR6953477
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: hs19
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: itanium
  • Submitted: 2010-12-02
  • Updated: 2011-04-23
  • Resolved: 2011-04-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7 Other
6u25Fixed 7Fixed hs20Fixed
Description
I re-introduced some old IA64 workaround logic with this changeset.  

changeset:   1593:126ea7725993
user:        bobv
date:        Tue Aug 03 08:13:38 2010 -0400
summary:     6953477: Increase portability and flexibility of building Hotspot

According to the openjdk community, the work-around below is no longer needed.  

The fix will remove all lines below except 1292.

- 1288 #ifdef IA64
- 1289           // IA64 gcc bug
- 1290           r = ( f == 0.0f ) ? (jdouble) f : (jdouble) f + ia64_double_zero;
- 1291 #else
1292           r = (jdouble) f;
- 1293 #endif

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/build/hotspot/rev/6a2d73358ff7
25-12-2010

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/6a2d73358ff7
10-12-2010

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/6a2d73358ff7
09-12-2010

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/6a2d73358ff7
02-12-2010