Integrated: 8257076: os::scan_pages is empty on all platforms
Sonia Zaldana Calles
szaldana at openjdk.org
Wed Nov 22 16:04:15 UTC 2023
On Mon, 20 Nov 2023 15:20:33 GMT, Sonia Zaldana Calles <szaldana at openjdk.org> wrote:
> The function os::scan_pages was only ever implemented in Solaris and then removed in [JDK-8244224](https://bugs.openjdk.org/browse/JDK-8244224)
>
> All other platforms have empty implementations and the interface is not optimal as os::scan_pages expects the range to have just one page size, while in reality it can have multiple.
>
> This PR removes this interface, ensuing empty implementations and all dead code related to page scanning.
>
> Testing: Tier 1.
This pull request has now been integrated.
Changeset: 35526d02
Author: Sonia Zaldana Calles <szaldana at openjdk.org>
Committer: Thomas Stuefe <stuefe at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/35526d02c3fc6c31112a97a510d000c357b7e308
Stats: 83 lines in 7 files changed: 0 ins; 82 del; 1 mod
8257076: os::scan_pages is empty on all platforms
Reviewed-by: dholmes, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/16740
More information about the hotspot-dev
mailing list