Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2204358 | 7 | Bob Vandette | P4 | Closed | Fixed | b123 |
JDK-2205895 | 6u25 | Bob Vandette | P4 | Closed | Fixed | b01 |
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
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
- backported by
-
JDK-2204358 Remove IA64 workaround re-introduced with CR6953477
-
- Closed
-
-
JDK-2205895 Remove IA64 workaround re-introduced with CR6953477
-
- Closed
-