RFR JDK-8250811: Address reliance on default constructors in the javax.swing.plaf.multi APIs

2020-07-31 Thread Prasanta Sadhukhan
Hi All, Please review a fix for issue where it was seen that several classes rely on default constructors as part of their public API. It's to be noted that "A no-arg public constructor is generated by the compiler for a class if it does not declare an explicit constructor. While

Re: RFR: 8233635: [TESTBUG] ProgressMonitorEscapeKeyPress.java fails on macos

2020-07-31 Thread Prasanta Sadhukhan
+1 Regards Prasanta On 31-Jul-20 11:37 AM, Pankaj Bansal wrote: Hello Prasanta, I have ran this test on mach5 on MacOS 10.15. It is passing always. Link in the JBS. Please have a look. Regards, Pankaj On 21/05/20 1:01 PM, Prasanta Sadhukhan wrote: Hi Pankaj, It seems this issue is

Re: RFR: 8233635: [TESTBUG] ProgressMonitorEscapeKeyPress.java fails on macos

2020-07-31 Thread Pankaj Bansal
Hello Prasanta, I have ran this test on mach5 on MacOS 10.15. It is passing always. Link in the JBS. Please have a look. Regards, Pankaj On 21/05/20 1:01 PM, Prasanta Sadhukhan wrote: Hi Pankaj, It seems this issue is observed in osx10.15 as was commented by one tester. I do not see