Integrated: 8251123: doclint warnings about missing javadoc tags and comments

2020-10-06 Thread Sergey Bylokhov
On Fri, 25 Sep 2020 21:45:39 GMT, Sergey Bylokhov wrote: > We have a number of missing javadoc tags and comments in the desktop module. > Most of the missing comments are related to the serialized form. > > The fix: > - Adds missing comments to the non-static/non-transient fields(even > priva

Re: RFR: 8182043: Access to Windows Large Icons

2020-10-06 Thread Alexey Ivanov
On Fri, 2 Oct 2020 23:29:10 GMT, Sergey Bylokhov wrote: >> @aivanov-jdk Can you review this? > > I still suggest to try the approach recommended here: > https://mail.openjdk.java.net/pipermail/awt-dev/2020-August/016074.html > > On 29.05.2020 14:35, Alexey Ivanov wrote: >> The ultimate goal of t

Integrated: 8253977: More memory leaks in client-libs on macOS

2020-10-06 Thread Sergey Bylokhov
On Mon, 5 Oct 2020 19:49:43 GMT, Sergey Bylokhov wrote: > While working on the JDK-8240709 I have found that the test created for > JDK-8134947 (currently executed on macOS only) > can fail due to memory leaks(more often if change it to be stricter). See my > comments inline. This pull request

Re: RFR: 8254112: javax/swing/plaf/basic/BasicComboPopup/JComboBoxPopupLocation/JComboBoxPopupLocation.java fails on windows

2020-10-06 Thread Prasanta Sadhukhan
On Wed, 7 Oct 2020 04:16:51 GMT, Prasanta Sadhukhan wrote: > Please review a test issue where the test was seen to be failing on windows > mach5 system in hidpi mode. > I have ran the test locally with different scale factors without reproducing > the issue. Also, mach5 job running this > test

RFR: 8254112: javax/swing/plaf/basic/BasicComboPopup/JComboBoxPopupLocation/JComboBoxPopupLocation.java fails on windows

2020-10-06 Thread Prasanta Sadhukhan
Please review a test issue where the test was seen to be failing on windows mach5 system in hidpi mode. I have ran the test locally with different scale factors without reproducing the issue. Also, mach5 job running this test for several iterations works ok. So, proposing to remove the test from

Integrated: 8253980: javax/swing/plaf/synth/7158712/bug7158712.java fails on windows

2020-10-06 Thread Prasanta Sadhukhan
On Mon, 5 Oct 2020 08:11:10 GMT, Prasanta Sadhukhan wrote: > This test was seen to be failing in mach5 hidpi system on windows. > The test actually checks for the fact that popup size should be 10 pixels > wider than the comboBox width and the popup > should overlap the comboBox by 5 pixels (ne

Re: RFR: 4916923: In MetalRootPaneUI, MetalRootLayout does not correctly calculate minimumsize

2020-10-06 Thread Prasanta Sadhukhan
On Mon, 5 Oct 2020 19:32:29 GMT, Sergey Bylokhov wrote: >> I tried at the time of PR but unable to check as MetalRootLayout is private >> so not able to access its methods. That is >> why I ran all client-tier3 jtreg and jck tests, and mach5 job link is posted >> in JBS. > > If the MetalRootLay