On Thu, 21 Sep 2023 05:43:20 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. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/15854