RFR: 8294881: test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003/TestDescription.java fails [v2]
Serguei Spitsyn
sspitsyn at openjdk.org
Thu Oct 27 15:38:05 UTC 2022
On Thu, 27 Oct 2022 03:41:34 GMT, Leonid Mesnik <lmesnik at 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
More information about the serviceability-dev
mailing list