RFR: 8341687: Memory leak in TableView after interacting with TableMenuButton [v2]

Marius Hanl mhanl at openjdk.org
Fri Nov 22 18:08:21 UTC 2024


On Mon, 18 Nov 2024 16:13:35 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> Marius Hanl has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8341687: Add more tests
>
> modules/javafx.controls/src/main/java/javafx/scene/control/skin/TableHeaderRow.java line 641:
> 
>> 639: 
>> 640:             final CheckMenuItem _item = item;
>> 641:             // fake bidrectional binding (a real one was used here but resulted in JBS-8136468)
> 
> that's JDK-8136468

maybe we we should do a small cleanup ticket where we replace all `JBS-` and `RT-` references with the `JDK-` one? A quick check led to around 120 occurrences.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1640#discussion_r1854429161


More information about the openjfx-dev mailing list