> 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: Reintroduce a bounded arena ------------- Changes: - all: https://git.openjdk.org/jdk/pull/32924/files - new: https://git.openjdk.org/jdk/pull/32924/files/f751b894..121e9644 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=32924&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32924&range=00-01 Stats: 31 lines in 4 files changed: 23 ins; 0 del; 8 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
