RFR: 8233177: Remove testcase for JDK-8001470 as fix has been reverted
Alexey Ivanov
aivanov at openjdk.org
Tue Feb 13 15:24:04 UTC 2024
On Tue, 13 Feb 2024 10:37:44 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> > Can you spot a difference?
>
> Yes, I can...The `&& `is modified by JDK-8001470 to `|| `[https://hg.openjdk.org/jdk9/jdk9/jdk/rev/ff8622450b29] and it was reverted back and current code in repo uses &&.. and yes, the test fails all the time in windows & linux if PL is removed...
All right, my bad I didn't notice `&&` vs `||` but it doesn't change much — the new code has more chances to be run.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17528#issuecomment-1941769090
More information about the client-libs-dev
mailing list