-
Bug
-
Resolution: Fixed
-
P3
-
hs19
-
b07
-
sparc
-
solaris_9
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2200270 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b112 |
JDK-2205828 | 6u25 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
JDK-2201472 | 6u23 | Tom Rodriguez | P3 | Resolved | Fixed | b02 |
JDK-2200014 | 6u22m | Tom Rodriguez | P3 | Resolved | Fixed | b02 |
JDK-2199992 | 6u21p | Tom Rodriguez | P3 | Resolved | Fixed | b04 |
JDK-2200271 | hs20 | Tom Rodriguez | P3 | Closed | Fixed | b01 |
The sparc assembly for the new fill logic doesn't fully initialize the value register in some paths resulting in incorrectly filled arrays. There are several nightly failures from this:
nsk/logging/XMLFormatter/format/format001
nsk/logging/XMLFormatter/format/format002
java/util/Arrays/Sorting.java
java/util/ResourceBundle/Control/XMLResourceBundleTest.java
The fix is to initialize the value slightly earlier.
nsk/logging/XMLFormatter/format/format001
nsk/logging/XMLFormatter/format/format002
java/util/Arrays/Sorting.java
java/util/ResourceBundle/Control/XMLResourceBundleTest.java
The fix is to initialize the value slightly earlier.
- backported by
-
JDK-2199992 incorrect fill value with OptimizeFill
- Resolved
-
JDK-2200014 incorrect fill value with OptimizeFill
- Resolved
-
JDK-2201472 incorrect fill value with OptimizeFill
- Resolved
-
JDK-2205828 incorrect fill value with OptimizeFill
- Resolved
-
JDK-2200270 incorrect fill value with OptimizeFill
- Closed
-
JDK-2200271 incorrect fill value with OptimizeFill
- Closed
- relates to
-
JDK-4809552 Optimize Arrays.fill(...)
- Closed
(1 backported by, 1 relates to)