RFR: 8343529: serviceability/sa/ClhsdbWhere.java fails AssertionFailure: Corrupted constant pool

Chris Plummer cjplummer at openjdk.org
Thu Nov 14 22:20:55 UTC 2024


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.

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

Commit messages:
 - Ignore SA errors

Changes: https://git.openjdk.org/jdk/pull/22123/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22123&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8343529
  Stats: 25 lines in 3 files changed: 16 ins; 0 del; 9 mod
  Patch: https://git.openjdk.org/jdk/pull/22123.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22123/head:pull/22123

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


More information about the serviceability-dev mailing list