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

Chen Liang liach at openjdk.org
Mon Feb 26 17:48:53 UTC 2024


> 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 13 commits:

 - 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
 - Implementation cleanup, test update
 - Merge branch 'master' into fix/typearg-model
 - ... and 3 more: https://git.openjdk.org/jdk/compare/f62b5789...839efabd

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

Changes: https://git.openjdk.org/jdk/pull/16517/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16517&range=03
  Stats: 132 lines in 6 files changed: 49 ins; 32 del; 51 mod
  Patch: https://git.openjdk.org/jdk/pull/16517.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16517/head:pull/16517

PR: https://git.openjdk.org/jdk/pull/16517


More information about the core-libs-dev mailing list