RFR: 8299576: Reimplement java.io.Bits using VarHandle access [v2]
j3graham
duke at openjdk.org
Tue Jan 17 01:11:09 UTC 2023
On Wed, 4 Jan 2023 13:16:26 GMT, Andriy Plokhotnyuk <duke at openjdk.org> wrote:
>
> Do you see any concrete examples of classes in the JDK that could benefit from a "VarHandlization"?
`ImageOutputStreamImpl` and `ImageInputStreamImpl` in `javax.imageio.stream` have some very similar code that might benefit.
-------------
PR: https://git.openjdk.org/jdk/pull/11840
More information about the core-libs-dev
mailing list