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

Don't vecorized array operations that can't be aligned at runtime.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • hs10
    • 5.0
    • hotspot
    • None
    • b12
    • b13
    • sparc
    • solaris_9

    Backports

      Description

        Don't vecorized array operations that can't be aligned at runtime
        such as:
            for (int i = 0; i < len-badstride; i+= badstride) {
              ia[i+0] = ia2[i+0];
              ia[i+1] = ia2[i+1];
              ia[i+2] = ia2[i+2];
              ia[i+3] = ia2[i+3];
              ia[i+4] = ia2[i+4];
              ia[i+5] = ia2[i+5];
              ia[i+6] = ia2[i+6];
              ia[i+7] = ia2[i+7];
            }

        Attachments

          Issue Links

            Activity

              People

                rknippelsunw Ross Knippel (Inactive)
                rknippelsunw Ross Knippel (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: