RFR: 8258663: Fixed size TableCells are not removed from sene graph when column is removed

2021-03-28 Thread Marius Hanl
This PR fixes an issue, where table cells are not removed from the table row when the corresponding table column got removed. This will lead to empty "ghost" cells laying around in the table. This bug only occurs, when a fixed cell size is set to the table. I also added 3 more tests beside the

Re: Detecting memory leaks in a Scene

2021-03-28 Thread John Hendrikx
Hah, managed to reproduce it in a small sample program. Filed bug: https://bugs.openjdk.java.net/browse/JDK-8264330 --John On 28/03/2021 14:03, John Hendrikx wrote: I've created a bit of helper code I've been using to detect Nodes that have been removed from a Scene that are not getting

issues on javafxports/openjdk-jfx

2021-03-28 Thread Johan Vos
I'm creating a separate thread for this, as it might get lost in other threads. We see that issues are still created in the old github.com/javafxports/openjdk-jfx project. The README of that project clearly mentions that repository is obsolete, but the issue tracker is still open. It is not hard

Detecting memory leaks in a Scene

2021-03-28 Thread John Hendrikx
I've created a bit of helper code I've been using to detect Nodes that have been removed from a Scene that are not getting garbage collected. It takes a Scene as input, and will then monitor all Nodes that are added and removed to compile a list of Nodes that are no longer part of the Scene

Re: javafx-maven-plugin eclipse java version

2021-03-28 Thread Tom Eugelink
Added toolchains support to javafx-maven-plugin and created a PR. https://github.com/openjfx/javafx-maven-plugin/pull/118 So you can do: org.apache.maven.plugins maven-toolchains-plugin 3.0.0 toolchain ${maven.compiler.release} That will make sure the same JDK is used for