On Fri, 10 Dec 2021 21:05:38 GMT, Alex Menkov <amen...@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