On Mon, 28 Mar 2022 15:16:52 GMT, Phil Race <p...@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