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

Ruby Chen duke at openjdk.org
Tue Oct 14 07:48:39 UTC 2025


On Fri, 10 Oct 2025 18:13:23 GMT, Ruby Chen <duke at openjdk.org> wrote:

> 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()`.

This pull request has now been integrated.

Changeset: e5dfd23b
Author:    Ruby Chen <ruby.r.chen at gmail.com>
Committer: Gary Frost <gfrost at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/e5dfd23bac5e313870ca3dabcc02321d74ab59e5
Stats:     199 lines in 4 files changed: 120 ins; 32 del; 47 mod

Add private and local arrayView support

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

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


More information about the babylon-dev mailing list