> 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).
Per Minborg has updated the pull request incrementally with one additional commit since the last revision: Address comments in PR ------------- Changes: - all: https://git.openjdk.org/jdk/pull/32924/files - new: https://git.openjdk.org/jdk/pull/32924/files/4f19c546..e57e6d33 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=32924&range=03 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32924&range=02-03 Stats: 19 lines in 1 file changed: 14 ins; 0 del; 5 mod Patch: https://git.openjdk.org/jdk/pull/32924.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32924/head:pull/32924 PR: https://git.openjdk.org/jdk/pull/32924
