RFR: 8250625: Compiler implementation of Pattern Matching for instanceof (Final) [v2]

Jan Lahoda jlahoda at openjdk.java.net
Thu Oct 22 12:14:47 UTC 2020


On Wed, 21 Oct 2020 03:13:34 GMT, Vicente Romero <vromero at openjdk.org> wrote:

>> Jan Lahoda has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 15 additional commits since the last revision:
>> 
>>  - Cleanup: using a null instead of List.of() as a parameter to JavaCompiler.getTask
>>  - Merge branch 'master' into patterns-instanceof3
>>  - Fixing more tests.
>>  - Correcting positions.
>>  - Improve the AST model.
>>  - Merge branch 'master' into patterns-instanceof3
>>  - Updating @since tags.
>>  - Merge branch 'master' into patterns-instanceof3
>>  - Cleaning up preview comments in javadoc.
>>  - Merge branch 'master' into patterns-instanceof3
>>  - ... and 5 more: https://git.openjdk.java.net/jdk/compare/bf803de0...5978bca0
>
> Changes requested by vromero (Reviewer).

Based on an offline feedback, I've removed the old, preview, deprecated methods from BindingPatternTree.

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

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


More information about the core-libs-dev mailing list