Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: internal
-
Fix Version/s: internal
-
Component/s: client-libs
-
Labels:
Description
MTLBlitLoops_CopyArea() method uses an intermediate buffer to copy from src to dst.
This intermediate buffer gets created on every scroll event. This buffer is in @autorelease block, but does not get released. This causes memory leak.
Solution :
We need to mark it as autorelease after allocation.
This intermediate buffer gets created on every scroll event. This buffer is in @autorelease block, but does not get released. This causes memory leak.
Solution :
We need to mark it as autorelease after allocation.
Attachments
Issue Links
- relates to
-
JDK-8245037 Lanai - MTLBlitLoops_CopyArea() needs to be optimized
-
- Closed
-