OBJ-C Garbage Collector was deprecated in 10.8 and it's not supported any more. It is actually not used in JDK, however there are some legacy references to it in our code like overridden finalize method or CFRetain/release pattern. All this could be safely removed.
|