Jan Lahoda
|
4ffbe841fc
|
8256266: Binding variables don't correctly support declaration annotations and the final modifier
Reviewed-by: mcimadamore
|
2021-01-05 11:40:25 +00:00 |
|
Jan Lahoda
|
18bc95ba51
|
8250625: Compiler implementation of Pattern Matching for instanceof (Final)
Reviewed-by: vromero
|
2020-11-05 08:01:33 +00:00 |
|
Jan Lahoda
|
a35d087f54
|
8236670: Conflicting bindings accepted in some cases
Reviewed-by: mcimadamore
|
2020-01-14 11:10:07 +01:00 |
|
Jan Lahoda
|
07be23513b
|
8234922: No compilation error reported not reported for a binding variable when loop broken with label
Any break outside of a loop should confine the binding variables from the loop's condition to the loop
Reviewed-by: mcimadamore
|
2019-12-04 09:38:32 +01:00 |
|
Jan Lahoda
|
f26bdf8476
|
8234899: Compiler reports AssertionError for conditional operator ? : and pattern matching for instanceof
Reviewed-by: mcimadamore
|
2019-12-04 09:38:31 +01:00 |
|
Jan Lahoda
|
229e0d1631
|
8231826: Implement javac changes for pattern matching for instanceof
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Co-authored-by: Gavin Bierman <gavin.bierman@oracle.com>
Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com>
Co-authored-by: Srikanth Adayapalam <srikanth.adayapalam@oracle.com>
Co-authored-by: Vicente Romero <vicente.romero@oracle.com>
Reviewed-by: mcimadamore
|
2019-11-27 09:00:01 +01:00 |
|