-
Bug
-
Resolution: Fixed
-
P4
-
8, 9
-
b108
-
b117
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8276749 | openjdk8u322 | Prasanta Sadhukhan | P4 | Resolved | Fixed | b02 |
JDK-8246513 | 8u271 | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
JDK-8251700 | emb-8u271 | Prasanta Sadhukhan | P4 | Resolved | Fixed | team |
test closed/javax/swing/JEditorPane/5076514/bug5076514.java starts to fail against jdk8b108; reproduced on MacOS and Windows
test overrides checkSystemClipboardAccess() which was deprecated by fix forJDK-8008981, diff is http://hg.openjdk.java.net/jdk8/awt/jdk/rev/336784cd60c3
so looks like this is a test bug and we should override checkPermission(Permission perm) and set failed to false when perm is SecurityConstants.AWT.ACCESS_CLIPBOARD_PERMISSION
test overrides checkSystemClipboardAccess() which was deprecated by fix for
so looks like this is a test bug and we should override checkPermission(Permission perm) and set failed to false when perm is SecurityConstants.AWT.ACCESS_CLIPBOARD_PERMISSION
- backported by
-
JDK-8246513 [TEST_BUG] closed/javax/swing/JEditorPane/5076514/bug5076514.java failed since jdk8b108
- Resolved
-
JDK-8251700 [TEST_BUG] closed/javax/swing/JEditorPane/5076514/bug5076514.java failed since jdk8b108
- Resolved
-
JDK-8276749 [TEST_BUG] closed/javax/swing/JEditorPane/5076514/bug5076514.java failed since jdk8b108
- Resolved