On Thu, 27 Oct 2022 01:03:59 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> Change Thread.resume() to error reporting and add some time to complete > thread. I think this is a dup of [JDK-8226587](https://bugs.openjdk.org/browse/JDK-8226587), and can happen with all the dispose tests. Probably would be wise to fix them all with this PR. The reason this separate CR was filed is because with the removal of Thread.resume(), the failure mode changed, so it was not recognized as being the same as [JDK-8226587](https://bugs.openjdk.org/browse/JDK-8226587) ------------- PR: https://git.openjdk.org/jdk/pull/10877