On Thu, 1 Jul 2021 16:20:42 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> we get the icon of the correct size and skip the creation of > "MultiResolutionIconImage"? As a result, the test fails because the icon is > not multi-resolution. Well, it might be this case sometimes but in the case when i was able to reproduce this issue it was null coming from native code so we were falling back to UIManager. I can enforce MRI creation even if size is correct - but again, the method signature does not promise the MRI in all cases so we might just modify the test case to not expect the MRI as granted even for the well-known files. ------------- PR: https://git.openjdk.java.net/jdk17/pull/178