-
Bug
-
Resolution: Fixed
-
P2
-
8
-
beta
-
b18
-
generic, x86
-
generic, windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2218901 | 7u4 | Andy Herrick | P2 | Closed | Fixed | b05 |
There is a serious problem in fix to 7112643.
The infrastructure changes cause NoSuchField exceptions when running with 1.5.0 or 1.4.2.
Although the calls to dialog.setModalityType are bracketed with calls to isJavaVersionAtLeast16(), the modalityType itself is initialized in and passed to DialogHelper w/o such bracketing.
This causes the exception whenever modal dialogs are to be shown.
The infrastructure changes cause NoSuchField exceptions when running with 1.5.0 or 1.4.2.
Although the calls to dialog.setModalityType are bracketed with calls to isJavaVersionAtLeast16(), the modalityType itself is initialized in and passed to DialogHelper w/o such bracketing.
This causes the exception whenever modal dialogs are to be shown.
- backported by
-
JDK-2218901 Cannot display dialogs using 1.4.2 or 1.5.0 jres.
-
- Closed
-
- relates to
-
JDK-7112643 infrastructure for 7094594 without turning on by default.
-
- Closed
-