On Fri, 29 Oct 2021 15:37:24 GMT, Florian Kirmaier <fkirma...@openjdk.org> wrote:
> I've also seen many places in the font code, which just catch Exceptions > without handling them, nor logging them. This is really frightening when > investigating issues with fonts. It seems like some Exceptions are expected, > but it's not known which Exceptions are expected. No wonder the font-loading > features often feel unstable. You can file a new bug if you like. As long as we don't start getting noise from exceptions that don't matter, it seems a good idea to log them when they happen. ------------- PR: https://git.openjdk.java.net/jfx/pull/658