RFR: 8319542: Fix boundaries of region to be tested with os::is_readable_range
Christoph Langer
clanger at openjdk.org
Thu Nov 16 07:46:30 UTC 2023
On Wed, 15 Nov 2023 13:33:00 GMT, Thomas Obermeier <duke at openjdk.org> wrote:
> PR https://github.com/openjdk/jdk/pull/16381 was already closed when it became obvious that usage of os::is_readable_range() was slightly wrong:
>
> the " - 1" looks wrong here, because is_readable_range() checks for < to, not <= to.
Marked as reviewed by clanger (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/16676#pullrequestreview-1733702884
More information about the hotspot-dev
mailing list