RFR: 8181571: printing to CUPS fails on mac sandbox app [v7]

Alexander Scherbatiy alexsch at openjdk.java.net
Mon Mar 28 16:16:45 UTC 2022


On Mon, 28 Mar 2022 15:16:52 GMT, Phil Race <prr at openjdk.org> wrote:

>> ExceptionClear(env) is removed from the `if (nameArray == NULL)` check.
>
> I should have said (as I did in the beginning) remove the clear - and the new throw - and just return null.

JNU_ThrowOutOfMemoryError is removed from code where nameArray and utf_str are checked to NULL.

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

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



More information about the client-libs-dev mailing list