Re: RFR: 8304937: BufferedFieldBuilder.Model missing writeTo(DirectClassBuilder)

2023-05-04 Thread Adam Sotona
On Sun, 26 Mar 2023 20:35:20 GMT, Chen Liang wrote: > Please review this simple patch to Classfile API that fixes a missing > override that otherwise affects usage of chained class transforms. A test is > included, that it fails on the missing method without this patch. > > Please review a few

Re: RFR: 8304937: BufferedFieldBuilder.Model missing writeTo(DirectClassBuilder)

2023-04-04 Thread Adam Sotona
On Sun, 26 Mar 2023 20:35:20 GMT, Chen Liang wrote: > Please review this simple patch to Classfile API that fixes a missing > override that otherwise affects usage of chained class transforms. A test is > included, that it fails on the missing method without this patch. > > Please review a few

RFR: 8304937: BufferedFieldBuilder.Model missing writeTo(DirectClassBuilder)

2023-03-26 Thread Chen Liang
Please review this simple patch to Classfile API that fixes a missing override that otherwise affects usage of chained class transforms. A test is included, that it fails on the missing method without this patch. Please review a few other patches fixing bugs affecting normal usage of the Classf