Re: RFR: 8198626: java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.html fails on mac

2021-11-07 Thread Sergey Bylokhov
On Fri, 5 Nov 2021 10:26:07 GMT, Pankaj Bansal wrote: > Test java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.html fails > on mac fails on Mac. The test fails on my local machine (macOS BigSur) always > and on mach5 also. The test uses Robot for mouse clicks and there is no delay >

Re: RFR: 8273101: Eliminate the usage of threadgroup sandboxing in the java.util.logging

2021-11-07 Thread Sergey Bylokhov
On Fri, 29 Oct 2021 16:32:43 GMT, Mandy Chung wrote: > The change looks okay. My suggestion is to get 1-6 all ready to push around > the same time. It's okay to have separate JBS issues and PRs. ok, I'll continue to work using the plan from the description. - PR: https://git.openj

Re: RFR: 8276794: Change nested classes in java.desktop to static nested classes

2021-11-07 Thread Sergey Bylokhov
On Thu, 14 Oct 2021 07:47:33 GMT, Andrey Turbanov wrote: > Non-static classes hold a link to their parent classes, which in many cases > can be avoided. > I updated only private and package-private classes. Didn't touch > public/protected to not break external code. > Similar cleanup in java.ba

RFR: 8276794: Change nested classes in java.desktop to static nested classes

2021-11-07 Thread Andrey Turbanov
Non-static classes hold a link to their parent classes, which in many cases can be avoided. I updated only private and package-private classes. Didn't touch public/protected to not break external code. Similar cleanup in java.base - [JDK-8261880](https://bugs.openjdk.java.net/browse/JDK-8261880)