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

Maurizio Cimadamore maurizio.cimadamore at oracle.com
Thu Apr 22 09:59:30 UTC 2021


Not sure - it doesn't seem to me that the patch for JDK-8057547 converts 
other stuff to use standard functional interface. Only TypeMapping is 
changed - so it affects (8057544, which can be closed).

Maurizio

On 21/04/2021 16:36, Guoxiong Li wrote:
> On Sun, 27 Dec 2020 15:31:38 GMT, Guoxiong Li <gli at openjdk.org> wrote:
>
>> More information and some similar issues:
>>
>> These four issues were fixed in [this patch](https://github.com/openjdk/jdk/commit/c4e8276376676bda9aa4cb00b6d071fb70c21b85)
>> [JDK-8057542](https://bugs.openjdk.java.net/browse/JDK-8057542)
>> [JDK-8057545](https://bugs.openjdk.java.net/browse/JDK-8057545)
>> [JDK-8057546](https://bugs.openjdk.java.net/browse/JDK-8057546)
>> [JDK-8057547](https://bugs.openjdk.java.net/browse/JDK-8057547)
>>
>> This issue was fixed in [this patch](https://github.com/openjdk/jdk/commit/582a4ebd92e60f95ae77d25eb00c6a146e727fab)
>> [JDK-8057544](https://bugs.openjdk.java.net/browse/JDK-8057544)
>>
>> But their status are still `NEW`. It should be revised to `RESOLVED` or `CLOSED`.
> @mcimadamore I want to set these issues to `CLOSED` or `RESOLVED`. What's your opinion?
>
> -------------
>
> PR: https://git.openjdk.java.net/jdk/pull/1898


More information about the compiler-dev mailing list