On Thu, 17 Mar 2022 07:44:39 GMT, David Holmes <dhol...@openjdk.org> wrote:

> Using AIX_ONLY this can be simplified:
> 
> `body = (jbyte *)malloc(length AIX_ONLY( == 0 ? 1 : length));`

This is jdk, not hotspot. Do we have AIX_ONLY in the JDK?

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

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

Reply via email to