Looks fine. On 12.10.16 10:10, Ajit Ghaisas wrote:
Hi,Bug : https://bugs.openjdk.java.net/browse/JDK-8166980 Issue and Fix : Fix for JDK-8147648 <https://bugs.openjdk.java.net/browse/JDK-8147648> needs to be corrected a little. IconInfo::setScaledSize(int width, int height) method sets scaledWidth, scaledHeight and rawLength members of IconInfo class. In this method rawLength calculation does not consider passed in width and height – rather it uses class members to calculate the rawLength. This is incorrect. The rawLength calculation is corrected as part of this fix. Webrev : http://cr.openjdk.java.net/~aghaisas/8166980/webrev.0/ Request you to review. Regards, Ajit
-- Best regards, Sergey.
