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. @stsypanov is working on the same thing in JDK-8292937 / PR10031. ------------- PR: https://git.openjdk.org/jdk/pull/11644