Integrated: 8265900: Use pattern matching for instanceof at module jdk.compiler(part 2)
Guoxiong Li
gli at openjdk.java.net
Mon Apr 26 17:38:05 UTC 2021
On Sun, 25 Apr 2021 09:20:49 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> This series of patches update the code of the module jdk.compiler by using the pattern matching for instanceof.
>
> This patch would revise the following packages:
>
> com.sun.tools.javac.code
> com.sun.tools.javac.comp
> com.sun.tools.javac.jvm
> com.sun.tools.javac.parser
> com.sun.tools.javac.processing
>
>
> Thank you for taking the time to review.
>
> --
> Best Regards,
> Guoxiong.
This pull request has now been integrated.
Changeset: 082abbda
Author: Guoxiong Li <gli at openjdk.org>
Committer: Maurizio Cimadamore <mcimadamore at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/082abbda
Stats: 277 lines in 29 files changed: 1 ins; 73 del; 203 mod
8265900: Use pattern matching for instanceof at module jdk.compiler(part 2)
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.java.net/jdk/pull/3674
More information about the compiler-dev
mailing list