-
Bug
-
Resolution: Fixed
-
P2
-
9
-
Jigsaw build
-
b80
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135883 | emb-9 | Sergey Bylokhov | P2 | Resolved | Fixed | team |
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.
- backported by
-
JDK-8135883 java/beans/SimpleBeanInfo/LoadingStandardIcons/LoadingStandardIcons.java failure with modular JDK
-
- Resolved
-