[jdk25] RFR: 8357601: Checked version of JNI Release<type>ArrayElements needs to filter out known wrapped arrays
Martin Doerr
mdoerr at openjdk.org
Sat Jul 5 12:50:39 UTC 2025
On Thu, 3 Jul 2025 22:58:52 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Hi all,
>
> This pull request contains a backport of commit [da0a51ce](https://github.com/openjdk/jdk/commit/da0a51ce97453a47b2c7d11e5206774232309e69) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>
> The commit being backported was authored by David Holmes on 3 Jul 2025 and was reviewed by Coleen Phillimore and Johan Sjölen.
>
> Thanks!
The change breaks Big Endian and platforms which don't support unaligned accesses. See related issue.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26123#issuecomment-3038890134
More information about the hotspot-dev
mailing list