Integrated: 8265901: Use pattern matching for instanceof at module jdk.compiler(part 3)

Guoxiong Li gli at openjdk.java.net
Mon Apr 26 15:28:37 UTC 2021


On Sun, 25 Apr 2021 09:20:54 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 only revises the package `com.sun.tools.sjavac`.
> 
> Thank you for taking the time to review.
> 
> --
> Best Regards,
> Guoxiong.

This pull request has now been integrated.

Changeset: 851b219d
Author:    Guoxiong Li <gli at openjdk.org>
Committer: Joel Borggrén-Franck <jfranck at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/851b219d
Stats:     45 lines in 9 files changed: 0 ins; 5 del; 40 mod

8265901: Use pattern matching for instanceof at module jdk.compiler(part 3)

Reviewed-by: mcimadamore, jfranck

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

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


More information about the compiler-dev mailing list