Re: RFR: 8274771: Map, FlatMap and OrElse fluent bindings for ObservableValue [v3]

2022-01-03 Thread Nir Lisker
On Wed, 15 Dec 2021 11:43:36 GMT, John Hendrikx wrote: >> This is an implementation of the proposal in >> https://bugs.openjdk.java.net/browse/JDK-8274771 that me and Nir Lisker >> (@nlisker) have been working on. It's a complete implementation including >> good test coverage. >> >> This w

Re: RFR: 8274771: Map, FlatMap and OrElse fluent bindings for ObservableValue [v3]

2022-01-03 Thread Nir Lisker
On Wed, 15 Dec 2021 11:43:36 GMT, John Hendrikx wrote: >> This is an implementation of the proposal in >> https://bugs.openjdk.java.net/browse/JDK-8274771 that me and Nir Lisker >> (@nlisker) have been working on. It's a complete implementation including >> good test coverage. >> >> This w

Re: Proposed schedule for JavaFX 18

2022-01-03 Thread Kevin Rushforth
As a reminder, Rampdown Phase 1 (RDP1) for JavaFX 18 starts on January 13, 2022 at 16:00 UTC (08:00 Pacific time), which is ten days from today. During rampdown of JavaFX 18, the "master" branch of the jfx repo will be open for JavaFX 19 fixes. Please allow sufficient time for any feature tha

Re: JDK-8088535 Memory Leak

2022-01-03 Thread Dirk Lemmermann
In my case (1) it is a complex clipping shape that gets created based on an initial rectangle from which the code „subtracts“ a list of ellipses (2). The clip is set on paths so that their rendering stops before they enter the ellipses. —Dirk (1) https://twitter.com/dlemmermann/status/14740599

Re: JDK-8088535 Memory Leak

2022-01-03 Thread John Hendrikx
I tested this, and it seems to still not work quite right. As far as I can see, it is not a memory leak, just slow performance when subtracting many shapes from roughly the same location from another shape. When the shapes are more spread out, it performs better. I don't think it is a major