On Thu, 23 Jan 2025 02:11:29 GMT, Jiangli Zhou <jian...@openjdk.org> wrote:

> Please review this trivial cleanup that removes the #ifdef STATIC_BUILD 
> around DEF_STATIC_JNI_OnLoad from zip_util.c. Thanks.

Looks good. `DEF_STATIC_JNI_OnLoad` will do the right thing based on the 
`STATIC_BUILD` define here:
https://github.com/openjdk/jdk/blob/fb066caea8a6bbf5b7a6fbe1ca51282e2c7c1ff2/src/java.base/share/native/libjava/jni_util.h#L364-L414

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

Marked as reviewed by sgehwolf (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/23247#pullrequestreview-2578801792

Reply via email to