--- old/src/macosx/classes/apple/laf/JRSUIControl.java 2014-07-21 16:46:04.000000000 +0400 +++ new/src/macosx/classes/apple/laf/JRSUIControl.java 2014-07-21 16:46:04.000000000 +0400 @@ -114,7 +114,7 @@ changes.putAll(other.changes); } - protected synchronized final void finalize() throws Throwable { + protected synchronized void finalize() throws Throwable { if (cfDictionaryPtr == 0) return; disposeCFDictionary(cfDictionaryPtr); cfDictionaryPtr = 0;