Re: RFR: 8333377: Migrate Generic Signature parsing to ClassFile API [v5]

2025-02-25 Thread Chen Liang
On Tue, 25 Feb 2025 22:21:46 GMT, Chen Liang wrote: >> Core reflection's generic signature parsing uses an ancient library with >> outdated visitor pattern on a tree model and contains unnecessary >> boilerplates. This is a duplication of ClassFile API's signature model. We >> should just move

Re: RFR: 8333377: Migrate Generic Signature parsing to ClassFile API [v5]

2025-02-25 Thread Chen Liang
> Core reflection's generic signature parsing uses an ancient library with > outdated visitor pattern on a tree model and contains unnecessary > boilerplates. This is a duplication of ClassFile API's signature model. We > should just move to ClassFile API, which is more throughoutly tested as we