No need to use 'synchronized(systemCustomCursors)' in 2 places. One is enough.
------------- Commit messages: - [PATCH] Remove reentrant synchronized block in java.awt.Cursor.loadSystemCustomCursorProperties Changes: https://git.openjdk.java.net/jdk/pull/5597/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5597&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8274317 Stats: 8 lines in 1 file changed: 3 ins; 3 del; 2 mod Patch: https://git.openjdk.java.net/jdk/pull/5597.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/5597/head:pull/5597 PR: https://git.openjdk.java.net/jdk/pull/5597
