Integrated: 8274317: Unnecessary reentrant synchronized block in java.awt.Cursor

Andrey Turbanov github.com+741251+turbanoff at openjdk.java.net
Mon Sep 27 12:11:06 UTC 2021


On Tue, 21 Sep 2021 07:17:43 GMT, Andrey Turbanov <github.com+741251+turbanoff at openjdk.org> wrote:

> No need to use 'synchronized(systemCustomCursors)' in 2 places. One is enough.

This pull request has now been integrated.

Changeset: 7436a77e
Author:    Andrey Turbanov <turbanoff at gmail.com>
Committer: Pankaj Bansal <pbansal at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/7436a77e3d1232303264081cefb7166456601cac
Stats:     8 lines in 1 file changed: 3 ins; 3 del; 2 mod

8274317: Unnecessary reentrant synchronized block in java.awt.Cursor

Reviewed-by: serb, pbansal, prr

-------------

PR: https://git.openjdk.java.net/jdk/pull/5597



More information about the client-libs-dev mailing list