Integrated: 8336755: Remove unused UNALIGNED field from view buffers

Andrey Turbanov aturbanov at openjdk.org
Wed Jul 24 20:28:35 UTC 2024


On Thu, 18 Jul 2024 11:58:30 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

> Actually it's used only by `DirectByteBuffer` and `DirectByteBufferR` classes.
> 
> List of affected classes:
> `DirectCharBufferS`, `DirectCharBufferU`,
> `DirectDoubleBufferS`, `DirectDoubleBufferU`,
> `DirectFloatBufferS`, `DirectFloatBufferU`,
> `DirectIntBufferS`, `DirectIntBufferU`,
> `DirectLongBufferS`, `DirectLongBufferU`,
> `DirectShortBufferS`, `DirectShortBufferU`
> 
> Tested `test/jdk/java/nio` on Linux x64 release.

This pull request has now been integrated.

Changeset: e716f5ed
Author:    Andrey Turbanov <aturbanov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e716f5ed53c20f4235787e2d6927a16ebcf67b8f
Stats:     10 lines in 1 file changed: 2 ins; 8 del; 0 mod

8336755: Remove unused UNALIGNED field from view buffers

Reviewed-by: alanb, liach, bpb

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

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


More information about the nio-dev mailing list