On Thu, 27 Oct 2022 15:34:38 GMT, Serguei Spitsyn <[email protected]> wrote:
>> 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.
fixed
-------------
PR: https://git.openjdk.org/jdk/pull/10877