Hello All,

 

Please review the following fix in JDK11 :

 

Bug : https://bugs.openjdk.java.net/browse/JDK-8195131 

Webrev : http://cr.openjdk.java.net/~jdv/8195131/webrev.00/ 

 

Issue: After changes present in 
https://bugs.openjdk.java.net/browse/JDK-8176795 the Non-Premultiplied alpha 
color to Premultiplied alpha color conversion code present under 
XRColor.setColorValues() is not reachable.

 

Solution: While fixing https://bugs.openjdk.java.net/browse/JDK-8176795 we 
decided that we will remove this unreachable/dead code in separate bug so that 
in future if we need this color conversion code it will be easy to revert. As 
part of the fix dead code is removed along with minor changes at different 
files where XRColor.setColorValues() is used.

 

Thanks,

Jay

 

Reply via email to