[OpenJDK 2D-Dev] [9] RFR: JDK-6379088, , Suboptimal expression in javax.imageio.ImageTypeSpecifier.getBitsPerBand(int)

prasanta sadhukhan prasanta.sadhukhan at oracle.com
Tue Mar 15 12:05:48 UTC 2016


Hi All,

Bug: https://bugs.openjdk.java.net/browse/JDK-6379088
webrev: http://cr.openjdk.java.net/~psadhukhan/6379088/webrev.00/

Please review a simple fix where we should be using short-circuit 
logical operators so that if left side of the expression is false, right 
side will not be evaluated.
I intend to put noreg-trivial label for this fix.

Regards
Prasanta



More information about the 2d-dev mailing list