Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P2
-
Resolution: Fixed
-
Affects Version/s: 9
-
Fix Version/s: 9
-
Component/s: client-libs
-
Labels:
-
Environment:
Jigsaw build
-
Subcomponent:
-
Resolved In Build:b80
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135883 | emb-9 | Sergey Bylokhov | P2 | Resolved | Fixed | team |
Description
This test
java/beans/SimpleBeanInfo/LoadingStandardIcons/LoadingStandardIcons.java
fails with modular JDK build since calls like
final Image m16 = ((BeanInfo) bi).getIcon(BeanInfo.ICON_MONO_16x16);
return null.
It does pass with parallel regular jdk build.
java/beans/SimpleBeanInfo/LoadingStandardIcons/LoadingStandardIcons.java
fails with modular JDK build since calls like
final Image m16 = ((BeanInfo) bi).getIcon(BeanInfo.ICON_MONO_16x16);
return null.
It does pass with parallel regular jdk build.
Attachments
Issue Links
- backported by
-
JDK-8135883 java/beans/SimpleBeanInfo/LoadingStandardIcons/LoadingStandardIcons.java failure with modular JDK
-
- Resolved
-