On Tue, 9 Aug 2022 09:19:49 GMT, Thomas Stuefe <[email protected]> wrote:
>> David Holmes has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Fixed `if` block indentation per Magnus's request
>
> test/hotspot/jtreg/runtime/jni/daemonDestroy/TestDaemonDestroy.java line 72:
>
>> 70: oa.shouldHaveExitValue(0);
>> 71: oa.shouldNotContain("Error: T1 isAlive");
>> 72: oa.reportDiagnosticSummary();
>
> Should we not add an `oa.shouldContain("T1 finished")` ?
I will add this too.
-------------
PR: https://git.openjdk.org/jdk/pull/9803