-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.1.4
-
Component/s: client-libs
-
1.1.6
-
sparc
-
solaris_2.5.1
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-2017901 | 1.2.0 | Xianfa Deng | P4 | Resolved | Fixed | 1.2beta3 |
JDK could end up in an infinite loop when executing img_makePalette().
This happens if right number of colors are unavailable in the colormap say 1 or 2 and the virtual cube size is also 1 or 2. When the unavailable colors are 2, this number will become the virtual cube size in current JDK. Need to re-initialize the variable in color.c.
This happens if right number of colors are unavailable in the colormap say 1 or 2 and the virtual cube size is also 1 or 2. When the unavailable colors are 2, this number will become the virtual cube size in current JDK. Need to re-initialize the variable in color.c.
- backported by
-
JDK-2017901 wrong virtual cube size
-
- Resolved
-