Integrated: 8298639: Perform I/O operations in bulk for RandomAccessFile

Per Minborg pminborg at openjdk.org
Sun Dec 18 20:28:57 UTC 2022


On Tue, 13 Dec 2022 09:11:10 GMT, Per Minborg <pminborg at openjdk.org> wrote:

> This PR suggests improving performance for read and write operations for the longer primitives in `RandomAccessFile`.
> 
> These improvements would also propagate to other JDK classes relying on these improved `RandomAccessFile` operations.

This pull request has now been integrated.

Changeset: 7938f8c3
Author:    Per Minborg <pminborg at openjdk.org>
Committer: Alan Bateman <alanb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7938f8c32a1c0ecdd3bcc8cd1a2652df248a2213
Stats:     196 lines in 3 files changed: 139 ins; 37 del; 20 mod

8298639: Perform I/O operations in bulk for RandomAccessFile

Co-authored-by: Sergey Tsypanov <stsypanov at openjdk.org>
Reviewed-by: alanb, bpb

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

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


More information about the core-libs-dev mailing list