src/macosx/classes/apple/laf/JRSUIControl.java

Print this page

        

*** 112,122 **** nativeMap = new HashMap<Key, DoubleValue>(); changes = new HashMap<Key, DoubleValue>(other.nativeMap); changes.putAll(other.changes); } ! protected synchronized final void finalize() throws Throwable { if (cfDictionaryPtr == 0) return; disposeCFDictionary(cfDictionaryPtr); cfDictionaryPtr = 0; } --- 112,122 ---- nativeMap = new HashMap<Key, DoubleValue>(); changes = new HashMap<Key, DoubleValue>(other.nativeMap); changes.putAll(other.changes); } ! protected synchronized void finalize() throws Throwable { if (cfDictionaryPtr == 0) return; disposeCFDictionary(cfDictionaryPtr); cfDictionaryPtr = 0; }