|
Quick Lists
|
|
Bug ID:
|
6544668
|
|
Votes
|
0
|
|
Synopsis
|
Don't vecorized array operations that can't be aligned at runtime.
|
|
Category
|
hotspot:compiler2
|
|
Reported Against
|
|
|
Release Fixed
|
hs10(b13),
6u2(b03) (Bug ID:2148563)
, 7(b13) (Bug ID:2176920)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
|
|
Submit Date
|
10-APR-2007
|
|
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];
}
Posted Date : 2007-04-10 22:10:43.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
See Description
Posted Date : 2007-04-10 22:14:58.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |