Integrated: 8057543: Replace javac's Filter with Predicate (and lambdas)

Guoxiong Li gli at openjdk.java.net
Thu Apr 22 16:47:23 UTC 2021


On Sun, 27 Dec 2020 14:54:16 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This patch replaces javac's `Filter` with `Predicate` and sets `Filter` as `Deprecated`.
> Two existing tests failed and I fixed it.
> Currently, all the tests in `test/langtools` passed locally by using the following command.
> 
> 
> make test CONF=linux-x86_64-server-release JOBS=4 TEST=test/langtools/
> 
> 
> Thank you for taking the time to review.
> 
> Best Regards.

This pull request has now been integrated.

Changeset: 657f1039
Author:    Guoxiong Li <gli at openjdk.org>
Committer: Maurizio Cimadamore <mcimadamore at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/657f1039
Stats:     180 lines in 19 files changed: 20 ins; 42 del; 118 mod

8057543: Replace javac's Filter with Predicate (and lambdas)

Reviewed-by: mcimadamore

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

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


More information about the compiler-dev mailing list