Re: RFR: 8308899: Introduce Classfile.Context and improve Classfile.Option(s) [v13]

2023-06-12 Thread Adam Sotona
On Mon, 12 Jun 2023 11:20:40 GMT, Adam Sotona wrote: >> Classfile context object and multi-state options have been discussed at >> https://mail.openjdk.org/pipermail/classfile-api-dev/2023-May/000321.html >> This patch implements the proposed changes in Classfile API and fixes all >> affected c

Re: RFR: 8308899: Introduce Classfile.Context and improve Classfile.Option(s) [v13]

2023-06-12 Thread Adam Sotona
> Classfile context object and multi-state options have been discussed at > https://mail.openjdk.org/pipermail/classfile-api-dev/2023-May/000321.html > This patch implements the proposed changes in Classfile API and fixes all > affected code across JDK sources and tests. > > Please review. > >