On Tue, 4 Jan 2022 11:39:08 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> 
wrote:

>> This PR fixes an issue with alignment constraints not being enforced 
>> correctly on on-heap segments dereference/copy operations. Alignment of 
>> on-heap segments cannot be computed exactly, as alignment of elements in 
>> arrays is, ultimately a VM implementation detail. Because of this, alignment 
>> checks on heap segments can fail or pass depending on the platform being 
>> used.
>> 
>> For more details about the problem and the solution please refer to:
>> https://mail.openjdk.java.net/pipermail/panama-dev/2021-November/015852.html
>
> Maurizio Cimadamore has updated the pull request with a new target base due 
> to a merge or a rebase. The incremental webrev excludes the unrelated changes 
> brought in by the merge/rebase. The pull request contains two additional 
> commits since the last revision:
> 
>  - Merge branch 'master' into heap-align
>  - Initial push

Marked as reviewed by jvernee (Reviewer).

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

PR: https://git.openjdk.java.net/jdk18/pull/37

Reply via email to