Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7004217

Remove IA64 workaround re-introduced with CR6953477

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • hs20
    • hs19
    • hotspot
    • None
    • b01
    • b04
    • itanium
    • generic
    • Not verified

        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

              bobv Bob Vandette (Inactive)
              bobv Bob Vandette (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: