Hello All,
Please review the following webrev. Bug: https://bugs.openjdk.java.net/browse/JDK-8149371 Webrev: http://cr.openjdk.java.net/~rchamyal/8149371/webrev.00/ Issue: Multiresolution icons are not working with -Dsun.java2d.uiScale. Fix: Updated the implementation of SunToolkit:getScaledIconImage to extract appropriate Multiresolution image and consider it in the existing algorithm for finding best image. Java doc for Window:setIconImages is also updated. Regards, Rajeev Chamyal