Integrated: 8302043: [AIX] Safefetch fails for bad_addressN and bad_address32

Varada M duke at openjdk.org
Thu Feb 9 09:39:53 UTC 2023


On Wed, 8 Feb 2023 07:30:15 GMT, Varada M <duke at openjdk.org> wrote:

> On AIX, reading from lower range addresses like 5120(5K) does not cause a segmentation fault, though writing to them does. Hence the safefetch tests don't run as expected on AIX. This is solved by setting bad_addressN and bad_address32 to -1 for AIX. 
> These tests under NMTGtests.java also passes :
> gtest/NMTGtests.java#nmt-detail
> gtest/NMTGtests.java#nmt-summary
> gtest/NMTGtests.java#nmt-off
> 
> Reported issue: [JDK-8302043](https://bugs.openjdk.org/browse/JDK-8302043)

This pull request has now been integrated.

Changeset: a4039e30
Author:    Varada M <mvarada2000 at gmail.com>
Committer: Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a4039e30e8ca85749e6a893ad83e6329471522c6
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8302043: [AIX] Safefetch fails for bad_addressN and bad_address32

Reviewed-by: stuefe, dholmes

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

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


More information about the hotspot-runtime-dev mailing list