RFR: 8336382: Fixes error reporting in loading AWT and fonts [v10]
Sergey Bylokhov
serb at openjdk.org
Wed Jan 29 00:02:50 UTC 2025
On Tue, 28 Jan 2025 23:23:44 GMT, Phil Race <prr at openjdk.org> wrote:
> So consider it a truly exceptional case.
`FindClass("java/awt/GraphicsEnvironment")` can fail with OutOfMemoryError, so even in this fix it is not an exceptional case. We still assume that standard classes should always be present in the bundle.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20169#issuecomment-2620297264
More information about the client-libs-dev
mailing list