RFR: 8323707: Adjust Classfile API's type arg model to better represent the embodied type [v5]

Chen Liang liach at openjdk.org
Fri May 3 01:07:03 UTC 2024


On Wed, 1 May 2024 22:39:05 GMT, Chen Liang <liach at openjdk.org> wrote:

>> API changes as discussed on the mailing list: https://mail.openjdk.org/pipermail/classfile-api-dev/2023-November/000419.html
>> 
>> Additional questions:
>> 1. Whether to rename `WildcardIndicator.DEFAULT` to `NONE`
>
> Chen Liang has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 15 commits:
> 
>  - Missing since tags
>  - Merge branch 'master' of https://github.com/openjdk/jdk into fix/typearg-model
>  - Merge branch 'master' of https://github.com/openjdk/jdk into fix/typearg-model
>  - Missed renaming in tests, thanks to Adam Sotona
>    
>    Co-authored-by: Adam Sotona <10807609+asotona at users.noreply.github.com>
>  - Rename no wildcard indicator, improve docs slightly
>  - Merge branch 'master' of https://github.com/openjdk/jdk into fix/typearg-model
>  - Merge branch 'master' into fix/typearg-model
>  - redundant line
>  - Fix a test in langtools, copyright year
>  - Merge branch 'master' of https://github.com/openjdk/jdk into fix/typearg-model
>  - ... and 5 more: https://git.openjdk.org/jdk/compare/0a24daec...f9af4182

I have added a few missing since tags. Because other since tag additions don't go through CSR review, I will not re-draft the CSR and propose to directly merge this patch.

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

PR Comment: https://git.openjdk.org/jdk/pull/16517#issuecomment-2091975802


More information about the compiler-dev mailing list