RFR: 8316641: VarHandle template classes can share code in the base class [v6]
Chen Liang
liach at openjdk.org
Fri Oct 13 01:21:05 UTC 2023
On Sun, 24 Sep 2023 13:16:02 GMT, Chen Liang <liach at openjdk.org> wrote:
>> VarHandle implementations have many static fields and methods that can be pulled to the common superclass to avoid repeated initialization and code duplication.
>>
>> In addition, the Unsafe-based Buffer field access are replaced by usage of public methods or JavaNioAccess.
>
> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
>
> Revert "Simplify non-Object array VH"
>
> This reverts commit 18d1be8b3b3aae1395d4096f5e2b95dbf078db0c.
Since the commit history of FFI API PR is lost, this pr is lost and cannot fix the conflicts by merging. Anticipate a force push to fix the state of this PR.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15854#issuecomment-1760621448
More information about the core-libs-dev
mailing list