On Tue, 13 Feb 2024 10:37:44 GMT, Prasanta Sadhukhan <psadhuk...@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