On Thu, 17 Sep 2026 10:50:00 GMT, Per Minborg <[email protected]> wrote:
> This PR proposes removing the entire internal `BufferStack` and associated > classes and tests. Instead, we can now simply rely on a `Arena.ofConfined` > which will provide pooling for us automatically. > > If integrated, this PR would imply: > 1,511 lines removed net across 13 files compared with master: > - 602 production-source lines > - 909 test and benchmark lines > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). The original patch for `BufferStack` also made some changes to `SlicingAllocator` that might be possible to remove now (`currentOffset`, `resetTo`, and `canAllocate`) ------------- PR Comment: https://git.openjdk.org/jdk/pull/32924#issuecomment-5714268993
