RFR: 8293444: Creating ScrollPane with same content component causes memory leak [v2]

Andy Goryachev angorya at openjdk.org
Wed Sep 28 17:54:35 UTC 2022


On Wed, 28 Sep 2022 08:46:41 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

>> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8293444: memory buddy
>
> modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/ScrollPaneSkinTest.java line 36:
> 
>> 34: import org.junit.Before;
>> 35: import org.junit.Ignore;
>> 36: import org.junit.Test;
> 
> These got moved from line 51(without this PR), can move them back to original lines as.
> 
> 
> import javafx.stage.Stage;
> 
> import org.junit.Before;
> import org.junit.Ignore;
> import org.junit.Test;
> import test.util.memory.JMemoryBuddy;

changed formatter rules for import ordering: java,javax,javafx,org

-------------

PR: https://git.openjdk.org/jfx/pull/900


More information about the openjfx-dev mailing list