RFR: 8273581: Change the mechanism by which JDK loads the platform-specific FontManager class [v3]

Alexey Ivanov aivanov at openjdk.java.net
Mon Sep 20 17:50:50 UTC 2021


On Mon, 20 Sep 2021 17:15:48 GMT, Brett Okken <github.com+2996845+bokken at openjdk.org> wrote:

>> The difference is that Holder will fail that way forever, while the DLC have a chance to resurrect on next call.
>
> So I guess the question is whether there is a valid transitory failure use case?

> The difference is that Holder will fail that way forever, while the DLC have a chance to resurrect on next call.

Is it really possible that next call will succeed after the previous one failed with an exception?

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

PR: https://git.openjdk.java.net/jdk/pull/5517



More information about the client-libs-dev mailing list