-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: client-libs
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8152752 | 9 | Yuri Nesterenko | P4 | Resolved | Fixed | b114 |
There should be
@modules java.desktop/sun.swing in this test, otherwise it not only fails with "package sun.swing does not exist" exception but reports scary errors about incompatible types and "method does not override or implement a method from a supertype".
After addition of
@modules java.desktop/sun.swing
the test pass.
@modules java.desktop/sun.swing in this test, otherwise it not only fails with "package sun.swing does not exist" exception but reports scary errors about incompatible types and "method does not override or implement a method from a supertype".
After addition of
@modules java.desktop/sun.swing
the test pass.
- backported by
-
JDK-8152752 [TEST_BUG] javax/swing/Action/8133039/bug8133039.java requires @modules
-
- Resolved
-