RFR: 8282628: Potential memory leak in sun.font.FontConfigManager.getFontConfig() [v2]

Alexey Ivanov aivanov at openjdk.java.net
Tue Mar 8 21:08:06 UTC 2022


On Tue, 8 Mar 2022 21:02:04 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

> I think `NewStringUTF()` can throw OOM and also return `NULL`, just which one you pick.

Yes.

But we're discussing whether a check for exception is necessary after `(*env)->SetObjectArrayElement`.

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

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


More information about the core-libs-dev mailing list