RFR: JDK-8288227: Refactor annotation implementation to use pattern matching for instanceof

Alan Bateman alanb at openjdk.java.net
Fri Jun 10 16:50:04 UTC 2022


On Fri, 10 Jun 2022 16:15:36 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> There are many instanceof checks in the sun.reflection.annotation code; these would be improved by using pattern matching for instanceof.

Marked as reviewed by alanb (Reviewer).

-------------

PR: https://git.openjdk.org/jdk/pull/9129


More information about the core-libs-dev mailing list