Integrated: 8343129: Disable unstable check of ThreadsListHandle.sanity_vm ThreadList values

SendaoYan syan at openjdk.org
Tue Nov 19 15:22:01 UTC 2024


On Mon, 28 Oct 2024 06:20:39 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all,
> We have observed `ThreadsListHandle.sanity_vm failed with unequal ThreadList values` several times on linux-x64 and linux-aarch64, by jdk17u/jdk21u/jdk24 etc.
> Before the root cause of the test failure has been fixed, should we disable the unstable check of ThreadsListHandle.sanity_vm ThreadList values, to make less of CI noisy.
> 
> Additional testing:
> 
> - [x] release build and run the `gtest/GTestWrapper.java` on linux-x64
> - [x] fastdebug build and run the `gtest/GTestWrapper.java` on linux-x64
> - [x] slowdebug build and run the `gtest/GTestWrapper.java` on linux-x64

This pull request has now been integrated.

Changeset: 59fcfae6
Author:    SendaoYan <syan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/59fcfae63090f6659a94a9e3dd0705739ec1b074
Stats:     20 lines in 1 file changed: 10 ins; 0 del; 10 mod

8343129: Disable unstable check of ThreadsListHandle.sanity_vm ThreadList values

Reviewed-by: dholmes

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

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


More information about the hotspot-runtime-dev mailing list