mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-16 18:00:29 +00:00
Using BinaryNumericOperator for numeric bitwise operators and BinaryBooleanOperator for boolean bitwise operators, as the common BinaryBitwiseOperator allowed to incorrectly combine numeric and boolean operands Reviewed-by: mcimadamore