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