Re: RFR: 8311175: Move BufWriter::asByteBuffer to BufWriterImpl [v3]

2024-05-09 Thread Chen Liang
> As discussed on the mailing list > https://mail.openjdk.org/pipermail/classfile-api-dev/2023-June/000381.html, > BufWriter::asByteBuffer has a behavior not suitable for API and is only used > by internal StackMapGenerator/StackCounter, so it will be converted to an > internal API. > >

Re: RFR: 8311175: Move BufWriter::asByteBuffer to BufWriterImpl [v2]

2024-05-09 Thread Adam Sotona
On Tue, 7 May 2024 15:30:25 GMT, Chen Liang wrote: >> As discussed on the mailing list >> https://mail.openjdk.org/pipermail/classfile-api-dev/2023-June/000381.html, >> BufWriter::asByteBuffer has a behavior not suitable for API and is only used >> by internal StackMapGenerator/StackCounter,

Re: RFR: 8311175: Move BufWriter::asByteBuffer to BufWriterImpl

2024-05-07 Thread Chen Liang
On Tue, 7 May 2024 05:41:27 GMT, Adam Sotona wrote: >> As discussed on the mailing list >> https://mail.openjdk.org/pipermail/classfile-api-dev/2023-June/000381.html, >> BufWriter::asByteBuffer has a behavior not suitable for API and is only used >> by internal StackMapGenerator/StackCounter,

Re: RFR: 8311175: Move BufWriter::asByteBuffer to BufWriterImpl [v2]

2024-05-07 Thread Chen Liang
> As discussed on the mailing list > https://mail.openjdk.org/pipermail/classfile-api-dev/2023-June/000381.html, > BufWriter::asByteBuffer has a behavior not suitable for API and is only used > by internal StackMapGenerator/StackCounter, so it will be converted to an > internal API. > >

Re: RFR: 8311175: Move BufWriter::asByteBuffer to BufWriterImpl

2024-05-07 Thread Chen Liang
On Fri, 30 Jun 2023 14:43:36 GMT, Chen Liang wrote: > As discussed on the mailing list > https://mail.openjdk.org/pipermail/classfile-api-dev/2023-June/000381.html, > BufWriter::asByteBuffer has a behavior not suitable for API and is only used > by internal StackMapGenerator/StackCounter, so

Re: RFR: 8311175: Move BufWriter::asByteBuffer to BufWriterImpl

2024-05-06 Thread Adam Sotona
On Fri, 30 Jun 2023 14:43:36 GMT, Chen Liang wrote: > As discussed on the mailing list > https://mail.openjdk.org/pipermail/classfile-api-dev/2023-June/000381.html, > BufWriter::asByteBuffer has a behavior not suitable for API and is only used > by internal StackMapGenerator/StackCounter, so

RFR: 8311175: Move BufWriter::asByteBuffer to BufWriterImpl

2023-06-30 Thread Chen Liang
As discussed on the mailing list https://mail.openjdk.org/pipermail/classfile-api-dev/2023-June/000381.html, BufWriter::asByteBuffer has a behavior not suitable for API and is only used by internal StackMapGenerator/StackCounter, so it will be converted to an internal API. Somehow the