RFR: 8352149: Test java/awt/Frame/MultiScreenTest.java generates too many frames on Linux

Abhishek Kumar abhiscxk at openjdk.org
Tue May 13 04:00:54 UTC 2025


On Tue, 13 May 2025 02:04:35 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> > I ran the test (**without your fix**) on Windows, Mac and Linux platform. It failed on Windows and Mac but no issues on Linux.
> 
> Why it fails on win/mac?

On Win/mac, graphic configuration return value is 1 and then there is no frame created as gc.length/2 evaluates to 0.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24752#issuecomment-2874985462


More information about the client-libs-dev mailing list