On Tue, 13 Dec 2022 09:11:10 GMT, Per Minborg <pminb...@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 <pminb...@openjdk.org>
Committer: Alan Bateman <al...@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 <stsypa...@openjdk.org>
Reviewed-by: alanb, bpb

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

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

Reply via email to