RFR: 8294881: test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003/TestDescription.java fails

Chris Plummer cjplummer at openjdk.org
Thu Oct 27 02:26:27 UTC 2022


On Thu, 27 Oct 2022 01:03:59 GMT, Leonid Mesnik <lmesnik at 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


More information about the serviceability-dev mailing list