Withdrawn: 8316641: VarHandle template classes can share code in the base class

duke duke at openjdk.org
Mon Jan 1 17:24:57 UTC 2024


On Thu, 21 Sep 2023 05:43:20 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.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/15854


More information about the core-libs-dev mailing list