RFR: 8343529: serviceability/sa/ClhsdbWhere.java fails AssertionFailure: Corrupted constant pool
Chris Plummer
cjplummer at openjdk.org
Fri Nov 22 17:29:23 UTC 2024
On Thu, 14 Nov 2024 22:15:29 GMT, Chris Plummer <cjplummer at 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.
Thanks for the reviews Kevin and Alex!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22123#issuecomment-2494364959
More information about the serviceability-dev
mailing list