Need to add simple identies to AND/OR. Convert
X and X => X
X or X => X
Derek W. suggested adding:
BOOL or 1 => 1
BOOL or 0 => BOOL
BOOL or BOOL => BOOL
BOOL and AND => BOOL
X and X => X
X or X => X
Derek W. suggested adding:
BOOL or 1 => 1
BOOL or 0 => BOOL
BOOL or BOOL => BOOL
BOOL and AND => BOOL
- relates to
-
JDK-6240346 regression in identity for x | 0
-
- Resolved
-