[code-reflection] RFR: Add private and local arrayView support

Ruby Chen duke at openjdk.org
Fri Oct 10 18:19:12 UTC 2025


Private and local arrayViews can now also be accessed using `.privateArrayView()` and `.localArrayView()`, respectively.

Implementation of `.privateArrayView()` and `.localArrayView()` is left to the user, and accessing global arrays is still kept as `.arrayView()`.

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

Commit messages:
 - add private and local arrayview support

Changes: https://git.openjdk.org/babylon/pull/607/files
  Webrev: https://webrevs.openjdk.org/?repo=babylon&pr=607&range=00
  Stats: 188 lines in 4 files changed: 123 ins; 25 del; 40 mod
  Patch: https://git.openjdk.org/babylon/pull/607.diff
  Fetch: git fetch https://git.openjdk.org/babylon.git pull/607/head:pull/607

PR: https://git.openjdk.org/babylon/pull/607


More information about the babylon-dev mailing list