On Thu, 27 Oct 2022 03:41:34 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
>> Change Thread.resume() to error reporting and add some time to complete >> thread. > > Leonid Mesnik has updated the pull request incrementally with one additional > commit since the last revision: > > All dispose tests fixed. test/hotspot/jtreg/vmTestbase/nsk/share/jdi/Utils.java line 29: > 27: > 28: public static boolean isAlive(Thread thread) { > 29: for (int attempt = 1; attempt <= 5; attempt++) { The indent has to be 4, not 5. ------------- PR: https://git.openjdk.org/jdk/pull/10877