Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8270121 | 18 | Jan Lahoda | P3 | Resolved | Fixed | b06 |
JDK-8270733 | 17.0.1 | Jan Lahoda | P3 | Resolved | Fixed | b03 |
Currently, the pattern matching switches over enums desugaring is based on the standard switch enum implementation, but the generated code is not very good, and the javac code that implements the desugaring can be difficult to maintain. Would be better to use the indy bootstrap for pattern matching switches over enums.
- backported by
-
JDK-8270121 Desugaring of pattern matching enum switch should be improved
-
- Resolved
-
-
JDK-8270733 Desugaring of pattern matching enum switch should be improved
-
- Resolved
-
- csr for
-
JDK-8269518 Desugaring of pattern matching enum switch should be improved
-
- Closed
-