[foreign-memaccess+abi] RFR: 8274287: Add a way to specify block size of unbounded arena allocator

Maurizio Cimadamore mcimadamore at openjdk.java.net
Fri Sep 24 14:06:15 UTC 2021


Following the discussion here:

https://mail.openjdk.java.net/pipermail/panama-dev/2021-May/013815.html

This patch renames arena allocator factories, to make room for new unbounded factory which allows clients to specify a custom block size.

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

Commit messages:
 - Rename arena allocator factories to make room for new unbounded overload which takes block size.

Changes: https://git.openjdk.java.net/panama-foreign/pull/583/files
 Webrev: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=583&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8274287
  Stats: 76 lines in 12 files changed: 44 ins; 0 del; 32 mod
  Patch: https://git.openjdk.java.net/panama-foreign/pull/583.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-foreign pull/583/head:pull/583

PR: https://git.openjdk.java.net/panama-foreign/pull/583


More information about the panama-dev mailing list