On Tue, 14 Apr 2026 17:37:38 GMT, Andy Goryachev <[email protected]> wrote:
>> modules/javafx.controls/src/main/java/javafx/scene/control/HeavyweightDialog.java
>> line 318:
>>
>>> 316:
>>> 317: Scene oldScene = oldStage.getScene();
>>> 318: if (oldScene != null && dialogScene != null) {
>>
>> is this the actual fix for the NPE?
>
> is it?
This is part of the fix, there were multiple NPEs. The other part was done in
L55
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2127#discussion_r3111882099