RFR: 8376253: [macOS] FileSystemView may not report system icons when -Xcheck:jni is enabled
Sergey Bylokhov
serb at openjdk.org
Fri Feb 13 02:33:18 UTC 2026
On Fri, 13 Feb 2026 00:39:34 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> I can change that, but it sounds strange since this api should not depend on a headful vs headless environment.
I found the reason: the Aqua L&F has a headless check that skips all image creation. It was added to skip Aqua theme rendering via JRSUI, but it is too strict it also skips icons read from the file system, which do not need a screen session. Will work on that in separate bug.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29563#issuecomment-3894477207
More information about the client-libs-dev
mailing list