On Thu, 14 Nov 2024 22:15:29 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> These two tests both do stack dumps with one or more active threads. This can > result in SA throwing an exception if the thread is in a bad state. However, > SA will still generate stack traces for all other threads, and the tests > should still pass all the output checks, so we can safely ignore these > exceptions and not fail the test as a result of them. > > Tested by running all SA tests 50 times on all supported platforms. Tier1 > testing in progress. This pull request has now been integrated. Changeset: 21e0fb86 Author: Chris Plummer <cjplum...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/21e0fb8648d61f041a04d44ad6c46fc5efd86261 Stats: 25 lines in 3 files changed: 16 ins; 0 del; 9 mod 8343529: serviceability/sa/ClhsdbWhere.java fails AssertionFailure: Corrupted constant pool 8307318: Test serviceability/sa/ClhsdbCDSJstackPrintAll.java failed: ArrayIndexOutOfBoundsException Reviewed-by: kevinw, amenkov ------------- PR: https://git.openjdk.org/jdk/pull/22123