RFR: 8243115: Spurious invalidations due to bug in IntegerBinding and other classes

Nir Lisker nlisker at openjdk.java.net
Tue May 12 04:53:19 UTC 2020


On Tue, 28 Apr 2020 00:00:28 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> I will review this too anyway.
>
>> I will review this too anyway.
> 
> Thank you. That will be helpful.

As I started my review I noticed that `unbind` does not null-check its argument `dependencies` like `bind` does and it
can lead to NPEs. If it is out of scope for this PR to fix this, a new issue should be filed.

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

PR: https://git.openjdk.java.net/jfx/pull/198


More information about the openjfx-dev mailing list