RFR: 8347712: IllegalStateException on multithreaded ZipFile access with non-UTF8 charset [v7]

Jaikiran Pai jpai at openjdk.org
Thu May 1 01:17:49 UTC 2025


On Wed, 30 Apr 2025 19:18:57 GMT, Lance Andersen <lancea at openjdk.org> wrote:

>  I think throwing the SkippedException is the right way to go long term but I assume this shows as a reported failure in Mach5 and in the case of assumeTrue it does not result in a failure being reported?

That is correct, use of assumeTrue will skip the test (which is what we want) but it will be classified as aborted instead of skipped. Throwing jtreg.SkippedException however fails that test which isn't a good thing.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23986#discussion_r2069736818


More information about the core-libs-dev mailing list