[ 
https://issues.apache.org/jira/browse/PIVOT-752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045980#comment-13045980
 ] 

Edgar Merino commented on PIVOT-752:
------------------------------------

I don't think this is related to issue 748, it seems like the leak might be 
ocurring in a core component of pivot, the transition that uses the 
ScaleDecorator uses one decorator for all it's work, it appears to me that the 
releases used by the ScaleDecorator are not being released by the vm, as I 
explained in the description of the bug. It'll be great if someone else can 
test this to see if this bug doesn't affect other parts of pivot.

> Possible memory leak in ScaleDecorator
> --------------------------------------
>
>                 Key: PIVOT-752
>                 URL: https://issues.apache.org/jira/browse/PIVOT-752
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk-effects
>    Affects Versions: 2.0
>            Reporter: Edgar Merino
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: TestTransition.java
>
>
> I provide a simple test case that should demonstrate this leak, it requires 
> the fix for issue 749 (https://issues.apache.org/jira/browse/PIVOT-749). By 
> profiling this test, you can see that resources allocated for 
> AffineTransforms, Rectangle and Bounds are not being released by the vm. 
> Perhaps this is not related to ScaleDecorators directly, but using them makes 
> this bug appear.
> The test case is attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to