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

Andy Goryachev angorya at openjdk.org
Fri Nov 22 18:11:21 UTC 2024


On Fri, 22 Nov 2024 18:05:36 GMT, Marius Hanl <mhanl at openjdk.org> wrote:

>> 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.

and maybe fix the RT- references as well, though it might be a bit harder because a  lookup is required.

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

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


More information about the openjfx-dev mailing list