jdk-24/langtools/test/tools/javac/8138840
Maurizio Cimadamore 4d32c48daf 8138840: NPE when compiling bitwise operations with illegal operand types
8139243: compiler crashes with exception on sum operation of String var and void method call result
8139249: Compiler crashes on unary bitwise complement with non-integral operand

Certain binary operator checks are accepting more operands than required.

Reviewed-by: jlahoda
2015-10-12 12:24:33 +01:00
..
T8138840.java 8138840: NPE when compiling bitwise operations with illegal operand types 2015-10-12 12:24:33 +01:00
T8138840.out 8138840: NPE when compiling bitwise operations with illegal operand types 2015-10-12 12:24:33 +01:00
T8139243.java 8138840: NPE when compiling bitwise operations with illegal operand types 2015-10-12 12:24:33 +01:00
T8139243.out 8138840: NPE when compiling bitwise operations with illegal operand types 2015-10-12 12:24:33 +01:00
T8139249.java 8138840: NPE when compiling bitwise operations with illegal operand types 2015-10-12 12:24:33 +01:00
T8139249.out 8138840: NPE when compiling bitwise operations with illegal operand types 2015-10-12 12:24:33 +01:00