Re: [12]RFR : JDK-8014503: AWT Choice implementation should be made consistent across platforms.

2018-08-20 Thread Krishna Addepalli
Yes, the behavior is not because of the fix I made. I was trying to understand the implications of the index based selection approach, and now it looks to be consistent on all the platforms. On Mac, as per your suggestion, we can get the same behavior by removing the "setSelectedItem", but my qu

Re: [12] Review Request: 8209340 The code which avoids synthetic accessors has become outdated

2018-08-20 Thread Prasanta Sadhukhan
+1 Regards Prasanta On 8/20/2018 12:20 PM, Krishna Addepalli wrote: Hi Sergey, Thanks for providing the test code. Now I understand why the constructors were explicitly written. After some discussions here, I understood that the "Compiler generated default constructor has the same access as t