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

Maurizio Cimadamore mcimadamore at openjdk.java.net
Mon Apr 19 10:44:38 UTC 2021


On Sun, 27 Dec 2020 14:54:16 GMT, Guoxiong Li <github.com+13688759+lgxbslgx 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.

@edvbld Can you please help?

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

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


More information about the compiler-dev mailing list