Hi,
Bug :
https://bugs.openjdk.java.net/browse/JDK-8166980
Issue and Fix :
Fix for HYPERLINK
"https://bugs.openjdk.java.net/browse/JDK-8147648"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