On Wed, 19 Oct 2022 08:31:07 GMT, Alan Bateman <al...@openjdk.org> wrote:

> > * Alternative B: Instead of double-buffering I drop the original buffer and 
> > use a same-size replacement each time the buffer was drained inside of 
> > `transferTo`. This is a rather cheap solution and rather perfectly prevents 
> > OOME, as I drop _first_ before reallocating.
> 
> That is a good idea to try. It wouldn't work when BIS is extended but 
> transferTo already checks this.

Correct, so I will give this one a try. Stay tuned. :-)

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

PR: https://git.openjdk.org/jdk/pull/10525

Reply via email to