On Sun, 24 Sep 2023 02:11:50 GMT, Chen Liang <li...@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: > > Simplify non-Object array VH A commit that simplified primitive array VarHandles was split into a separate patch. ------------- PR Comment: https://git.openjdk.org/jdk/pull/15854#issuecomment-1732567386