RFR: 8298567: Make field in RandomAccessFile final

Alan Bateman alanb at openjdk.org
Mon Dec 12 13:23:01 UTC 2022


On Mon, 12 Dec 2022 12:48:47 GMT, Per Minborg <pminborg at openjdk.org> wrote:

> This PR proposes making a field in `RandomAccessFile` final. Also, it modernises a switch statement.

Surprising that RandomAccessFile.fd was not changed to final many years ago. We can do rw at the same time.

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

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


More information about the core-libs-dev mailing list