RFR: 8293862: javax/swing/JFileChooser/8046391/bug8046391.java failed with 'Cannot invoke "java.awt.Image.getWidth(java.awt.image.ImageObserver)" because "retVal" is null' [v4]
Sergey Bylokhov
serb at openjdk.org
Sun Jan 8 09:12:55 UTC 2023
On Tue, 3 Jan 2023 05:19:55 GMT, Tejesh R <tr at openjdk.org> wrote:
> I have tested in headful system multiple time, never reproduced this issue...... Can timing affect in headless and not in headful......?
It should not. Does it actually have any dependency on "headful" envirement? The native code we used does not create any UI element or something like that. It is better to debug it on the same/similar config/system where the bug is reproduced, since as far as I understand it is not a rare case.
-------------
PR: https://git.openjdk.org/jdk/pull/11104
More information about the client-libs-dev
mailing list