RFR: 8269556: sun/tools/jhsdb/JShellHeapDumpTest.java fails with RuntimeException 'JShellToolProvider' missing from stdout/stderr [v2]
Chris Plummer
cjplummer at openjdk.java.net
Fri Dec 10 21:12:52 UTC 2021
On Fri, 10 Dec 2021 21:05:38 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
>> Chris Plummer has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Renamed isRetry to allowRetry.
>
> test/jdk/sun/tools/jhsdb/JShellHeapDumpTest.java line 112:
>
>> 110: // if that happens. This failure is so rare that this should be enough to make it
>> 111: // extremely unlikely that we ever see this test fail again for this reason.
>> 112: if (allowRetry) {
>
> Looks like this should be !allowRetry
Yeah, I was just looking at the diff an noticed that, but you beat me to it. Will push another commit to fix.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6795
More information about the serviceability-dev
mailing list