-
Bug
-
Resolution: Fixed
-
P4
-
1.1.3
-
1.1.6
-
x86
-
windows_nt
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2016036 | 1.2.0 | Tom Rodriguez | P4 | Resolved | Fixed | 1.2alpha1 |
The code in src/share/sun/image/img_colors.c may perform division-by-zero
leading to non-portable behavior. This code is included in the awt_makecube
program used during JDK builds on win32 and that program hangs when compiled
with VC++ 5.0. The behavior on other platforms may also be unpredictable.
leading to non-portable behavior. This code is included in the awt_makecube
program used during JDK builds on win32 and that program hangs when compiled
with VC++ 5.0. The behavior on other platforms may also be unpredictable.
- backported by
-
JDK-2016036 awt_makecube.exe hangs during JDK build on win32 using vc++ 5.0
- Resolved