RFR: 8244400: MenuItem may cache the size and did not update it when the screen DPI is changed [v2]
Sergey Bylokhov
serb at openjdk.org
Wed Dec 7 10:17:09 UTC 2022
On Wed, 7 Dec 2022 10:10:09 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> test/jdk/javax/swing/GraphicsConfigNotifier/StalePreferredSize.java line 99:
>>
>>> 97: System.out.println("Skipped Motif");
>>> 98: continue;
>>> 99: }
>>
>> You do not need to ignore it since it is still supported and seems to work.
>
> Yes, I "do not need to" but I chose to as it is deprecated and marked for removal and in future, if it starts to fail, then it will be a maintenance headache so I chose to ignore from now itself. Also, it's a heavy duty test and takes time so unnecessary it will consume more time in CI systems (which are heavily loaded anyways) for a L&F which we dont care about much nowadays!
But still, it is supported, and if it starts to fail before removal we will need to fix it. That also complicates the possibility to backport fix.
-------------
PR: https://git.openjdk.org/jdk/pull/11551
More information about the client-libs-dev
mailing list