RFR: 8289612: Change hotspot/jtreg tests to not use Thread.stop [v5]
Leonid Mesnik
lmesnik at openjdk.org
Sun Jul 17 22:11:36 UTC 2022
On Fri, 15 Jul 2022 07:15:49 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Leonid Mesnik has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - long line fixed
>> - stack fixed
>
> test/hotspot/jtreg/vmTestbase/gc/gctests/mallocWithGC2/mallocWithGC2.java line 118:
>
>> 116: } catch (Exception e) {
>> 117: throw new TestFailure("Test Failed.", e);
>> 118: }
>
> Drive-by comment on this source file is that it looks like it uses 8-space indent everywhere, maybe tabs were converted to 8 spaces by mistake?
there are a lot of old tests with the 8-spaces tab. I don't want to fix it in this bugfix. Makes sense?
-------------
PR: https://git.openjdk.org/jdk/pull/9505
More information about the hotspot-dev
mailing list