Integrated: 8319542: Fix boundaries of region to be tested with os::is_readable_range

Thomas Obermeier duke at openjdk.org
Thu Nov 16 08:41:43 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.

This pull request has now been integrated.

Changeset: b4c2d1c1
Author:    Thomas Obermeier <thomas.obermeier at sap.com>
Committer: Dean Long <dlong at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b4c2d1c1af76da4b326e7acea2ccb740728a8c7c
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8319542: Fix boundaries of region to be tested with os::is_readable_range

Reviewed-by: dlong, clanger

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

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


More information about the hotspot-dev mailing list