Integrated: 8341967: Unify os::current_file_offset and os::seek_to_file_offset across posix platforms
Matthias Baesken
mbaesken at openjdk.org
Mon Oct 14 10:37:17 UTC 2024
On Fri, 11 Oct 2024 14:39:57 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> The methods os::current_file_offset and os::seek_to_file_offset are the same across the POSIX platforms so they can be moved to os_posix.
This pull request has now been integrated.
Changeset: b20c5c79
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b20c5c79def1ef2cc4b587b7688f8f1d4c81d699
Stats: 40 lines in 4 files changed: 10 ins; 30 del; 0 mod
8341967: Unify os::current_file_offset and os::seek_to_file_offset across posix platforms
Reviewed-by: jsjolen, mdoerr
-------------
PR: https://git.openjdk.org/jdk/pull/21471
More information about the hotspot-runtime-dev
mailing list