Integrated: 8265899: Use pattern matching for instanceof at module jdk.compiler(part 1)

Guoxiong Li gli at openjdk.java.net
Mon Apr 26 20:18:36 UTC 2021


On Sun, 25 Apr 2021 09:20:32 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.api
> com.sun.tools.javac.file
> com.sun.tools.javac.main
> com.sun.tools.javac.model
> com.sun.tools.javac.platform
> com.sun.tools.javac.tree
> com.sun.tools.javac.util
> 
> 
> Thank you for taking the time to review.
> 
> --
> Best Regards,
> Guoxiong.

This pull request has now been integrated.

Changeset: 41daa88d
Author:    Guoxiong Li <gli at openjdk.org>
Committer: Maurizio Cimadamore <mcimadamore at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/41daa88d
Stats:     292 lines in 35 files changed: 3 ins; 41 del; 248 mod

8265899: Use pattern matching for instanceof at module jdk.compiler(part 1)

Reviewed-by: mcimadamore

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

PR: https://git.openjdk.java.net/jdk/pull/3673


More information about the compiler-dev mailing list