Integrated: JDK-8311261: [AIX] TestAlwaysPreTouchStacks.java fails due to java.lang.RuntimeException: Did not find expected NMT output

Varada M duke at openjdk.org
Mon Jul 24 15:38:52 UTC 2023


On Tue, 18 Jul 2023 17:07:09 GMT, Varada M <duke at openjdk.org> wrote:

> On AIX we are getting the pattern “Stack: “, but the test is expecting the pattern : ".*stack: reserved=(\\d+), committed=(\\d+).*”. This is due to track_as_vm() is returning false on AIX. The function should return false because on AIX by [default page is not aligned](https://github.com/openjdk/jdk/blob/354c6605e32790ca421869636d8bf5456fc51717/src/hotspot/share/services/threadStackTracker.hpp#L57). Thus disabling the test on AIX.
> 
> JBS Issue : [JDK-8311261](https://bugs.openjdk.org/browse/JDK-8311261)

This pull request has now been integrated.

Changeset: d5c6b0d0
Author:    Varada M <mvarada2000 at gmail.com>
Committer: Tyler Steele <tsteele at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d5c6b0d0bbad696045eb46e268d28c86cb8c2a4e
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8311261: [AIX] TestAlwaysPreTouchStacks.java fails due to java.lang.RuntimeException: Did not find expected NMT output

Reviewed-by: stuefe

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

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


More information about the hotspot-runtime-dev mailing list