-
Notifications
You must be signed in to change notification settings - Fork 999
Open
Description
I found retain cycles in JDK based java classes which cause memory leaks on iOS. Below are some snapshots from Instrument Leaks tool.
- LinkedHashMap retain cycle:
- DateTimeFormatterBuilder retain cycle:
Similarly, there seems retain cycle in AbstractMap. Because AbstractMap retains values and values() use anonymous inner class which has implicit reference back to AbstractMap.
Does j2objc takes care of memory leaks in JDK by patching them or any other way ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

