On Sat, 24 Jun 2023 09:02:59 GMT, Chen Liang <li...@openjdk.org> wrote:

> The reimplementation allows parts that invoke package depend on to utilize 
> faster byte array access, namely bytecode generation and Classfile API; which 
> IMO is more important than the reduction on startup time.

Is `BufWriterImpl` what you are looking to refactor using this class? Any 
reason why that implementation doesn't internally rely on a ByteBuffer, rather 
than a plain array?

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

PR Comment: https://git.openjdk.org/jdk/pull/14636#issuecomment-1643621178

Reply via email to