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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • hs10
    • Affects Version/s: 5.0
    • Component/s: hotspot
    • None
    • b12
    • b13
    • sparc
    • solaris_9

        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];
            }

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: