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
>
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
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
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)